Searched refs:io_rename (Results 1 – 5 of 5) sorted by relevance
42 … if (!io_rename($this->savefile, $this->savefile . '.bak.php')) throw new \Exception('no backup');46 … io_rename($this->savefile . '.bak.php', $this->savefile); // problem opening, restore the backup
26 io_rename(wikiFN($this->old_id), wikiFN($newid));
1028 io_rename($fn . '.tmp', $fn . '.idx');1097 io_rename($fn . '.tmp', $fn . '.idx');
708 function io_rename($from, $to) function
957 return io_rename($tmpName, $this->_fileName);