Searched refs:destination (Results 1 – 1 of 1) sorted by relevance
135 $destination = $this->dir.'/'.$this->destinationFileName;138 if (!$this->moveUploadedFile($files['tmp_name'], $destination)) {142 return $destination;159 protected function moveUploadedFile(string $source, string $destination): bool argument161 return move_uploaded_file($source, $destination);
Completed in 6 milliseconds