Searched refs:remoteFile (Results 1 – 2 of 2) sorted by relevance
38 public function replaceRemoteFile($remoteFile, $content, $timestamp = 0) { argument40 'remoteFile' => $remoteFile,
101 * @param string $remoteFile105 public function replaceRemoteFile($remoteFile, $content, $timestamp = 0) { argument106 io_saveFile($remoteFile, $content);107 if ($timestamp) touch($remoteFile, $timestamp);