is_file
is_file
(PHP 4, PHP 5, PHP 7)
is_file — Tells whether the filename is a regular file
Description
bool is_file ( string $filename )
Tells whether the given file is a regular file.
Parameters
-
filename
-
Path to the file.
(PHP 4, PHP 5, PHP 7)
is_file — Tells whether the filename is a regular file
bool is_file ( string $filename )
Tells whether the given file is a regular file.
filename
Path to the file.