[svn r21273] FS#306 - A minor addition as comment - a reference link has been added inside the file system API.

skala
Ivan Tcholakov 16 years ago
parent aafc3e4b11
commit 2346de5a39
  1. 1
      main/inc/lib/filesystem_api.lib.php

@ -137,6 +137,7 @@ function api_mime_content_type($filename) {
* @param string $filename The filename of the uploaded file.
* @param string $destination The destination of the moved file.
* @return bool If the specified file is not a valid upload file or it cannot be moved for some reason, the function will return FALSE.
* @link http://php.net/move_uploaded_file
*/
function api_move_uploaded_file($filename, $destination) {
return move_uploaded_file(api_file_system_encode($filename), api_file_system_encode($destination));

Loading…
Cancel
Save