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
Why is the ThinkPHP Framework So Popular? An Analysis of Its Advantages and Features
3
The difference between cosh and cos in PHP
8
Use strval to convert floating numbers and retain the specified number of decimal places
1
PHP Variables vs Constants Explained | Master PHP Programming Basics
7
Similar Functions
umask
umask
Changethecurrentumas
chown
chown
Changefileowner
chmod
chmod
Changefilemode
clearstatcache
clearstatcache
Clearfilestatuscache
fileowner
fileowner
Getthefileowner
is_executable
is_executable
Determinewhethertheg
file_put_contents
file_put_contents
Writedatatoafile
lchgrp
lchgrp
Modifyallgroupsofsym
Popular Articles