Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_file
is_file
Determine whether the given file name is a normal file
Name:
is_file
Category:
File system
Programming Language:
php
One-line Description:
Determines whether the specified file is a regular file.
Related
How to use ob_list_handlers for cache debugging
4
Use the is_nan function to determine whether the floating value is invalid
5
How to Debug spl_autoload Loading Issues? Master These Tips to Troubleshoot Easily
7
How to check the existence of a directory with is_dir function when uploading a file
3
Similar Functions
fclose
fclose
Closeanopenfilepoint
fputs
fputs
aliasforfwrite
disk_total_space
disk_total_space
Returnsthetotalsizeo
rename
rename
Renameafileordirecto
file_put_contents
file_put_contents
Writedatatoafile
fread
fread
Readfiles(safelyused
touch
touch
Setfileaccessandmodi
fileperms
fileperms
Obtainfilepermission
Popular Articles