Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_uploaded_file
is_uploaded_file
Determine whether the file is uploaded through HTTP POST
Name:
is_uploaded_file
Category:
File system
Programming Language:
php
One-line Description:
Determine whether the file is uploaded through HTTP POST.
Related
How to get a hash digest of any data in PHP using hash_final?
5
Essential Skills for PHP Developers: How to Call and Use External API Interfaces
1
What is the default return value of get_include_path()? How to adjust?
2
How to Use Volt Templating Engine to Render Views in Phalcon Framework
5
Similar Functions
realpath_cache_get
realpath_cache_get
Getrealpathcacheentr
symlink
symlink
Establishsymboliccon
fopen
fopen
OpenafileorURL
clearstatcache
clearstatcache
Clearfilestatuscache
fileowner
fileowner
Getthefileowner
is_writeable
is_writeable
is_writablealias
umask
umask
Changethecurrentumas
file_get_contents
file_get_contents
Readtheentirefileint
Popular Articles