Searched refs:io_rename (Results 1 – 6 of 6) 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
165 if (!io_rename($tempname, $this->filename)) {
64 io_rename($tempname, $this->filename);
762 function io_rename($from, $to) function
957 return io_rename($tmpName, $this->_fileName);