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
Tips for using imageflip and imagecreatefromstring
5
Why does hexdec("0xFF") probably not return the expected value?
1
How to set the CPU time slice priority of a process using proc_nice in PHP?
4
stream_filter_register Common reasons and solutions for registration failure
5
Similar Functions
filemtime
filemtime
Getfilemodificationt
readlink
readlink
Returnthetargetofthe
is_executable
is_executable
Determinewhethertheg
tempnam
tempnam
Createafilewithauniq
mkdir
mkdir
Createanewdirectory
file_get_contents
file_get_contents
Readtheentirefileint
fileinode
fileinode
Gettheinodeofthefile
chmod
chmod
Changefilemode
Popular Articles