PHP Function List
moveuploadedfile doesn't exist. Closest matches:
- move_uploaded_file
- is_uploaded_file
- php_ini_loaded_file
- ocisavelobfile
- recode_file
- overload
- readfile
- eio_sendfile
- simplexml_load_file
- apc_bin_loadfile
- readgzfile
- get_included_files
- tmpfile
- implode
- explode
- imagefilter
- ps_include_file
- imagepsloadfont
- m_setssl_cafile
- mongogridfsfile
Site Search Results
-
This function checks to ensure that the file designated by filename is a valid upload file (meaning that it was uploaded via PHP's HTTP POST upload mechanism). If the file is valid, it will be moved to the filename given by destination.
-
如果 filename 所给出的文件是通过 HTTP POST 上传的则返回 TRUE。这可以用来确保恶意的用户无法欺骗脚本去访问本不能访问的文件,例如 /etc/passwd。 这种检查显得格外重要,如果上传的文件有 ...
-
Runtime Configuration - ManualFilesystem and Streams Configuration Options Name Default Changeable Changelog allow_url_fopen "1" PHP_INI_SYSTEM PHP_INI_ALL in PHP <= 4.3.4. Available since PHP 4.0.4. allow_url_include "0" PHP_INI_ALL PHP_INI_SYSTEM in PHP 5.
-
If "large files" (ie: 50 or 100 MB) fail, check this: It may happen that your outgoing connection to the server is slow, and it may timeout not the "execution time" but the "input time", which for example in our system defaulted to 60s.
-
There are no user contributed notes for this page.
-
FAQ The PHP FAQ is your first stop for general information and those questions that seem to be on most people's minds. If you have licensing questions, see the separate License FAQ. Changelog You can also find the PHP 4 Changelog or the PHP 5 Changelog ...
-
Uploading multiple files - ManualUploading multiple files Multiple files can be uploaded using different name for input. It is also possible to upload multiple files simultaneously and have the information organized automatically in arrays for you.
-
当使用 stat(),lstat() 或者任何列在受影响函数表(见下面)中的函数时,PHP 将缓存这些函数的返回信息以提供更快的性能。然而在某些情况下,你可能想清除被缓存的信息。
-
如果文件指针到了 EOF 或者出错时则返回 TRUE,否则返回一个错误(包括 socket 超时),其它情况则返回 FALSE。
-
Very important to note is that copy() handles url wrappers, but sometimes incorrectly. For example, you can copy a file like <?php copy ("http://example.net/file.dat", "./local_file.dat");?> However, it doesn't work with spaces in filename (as of PHP 5.2 ...

Other forms of search
To search the string "moveuploadedfile" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
