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
Common Issue: How to Prevent xml_set_processing_instruction_handler Callback from Being Invoked Multiple Times and Improve Parsing Performance?
4
How to Output CSV Files Using PHP through Header
4
Enhance WordPress Performance: Using the Traces Diagnostic Tool to Analyze Issues
2
Differences Between Using Comma and Dot for String Concatenation in PHP
7
Similar Functions
fileperms
fileperms
Obtainfilepermission
move_uploaded_file
move_uploaded_file
Moveuploadedfilestoa
diskfreespace
diskfreespace
aliasfordisk_free_sp
is_link
is_link
Determinewhethertheg
fileowner
fileowner
Getthefileowner
parse_ini_string
parse_ini_string
Parsingconfiguration
ftell
ftell
Returnsthelocationwh
rewind
rewind
Rewindthefilepointer
Popular Articles