Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_dir
is_dir
Determine whether the given file name is a directory
Name:
is_dir
Category:
File system
Programming Language:
php
One-line Description:
Determines whether the specified file name is a directory.
Related
Best practices for file path validation using is_dir function
6
How to check the existence of a directory with is_dir function when uploading a file
3
Similar Functions
linkinfo
linkinfo
Getinformationabouta
file_put_contents
file_put_contents
Writedatatoafile
fputs
fputs
aliasforfwrite
is_readable
is_readable
Determinewhetherthef
rename
rename
Renameafileordirecto
move_uploaded_file
move_uploaded_file
Moveuploadedfilestoa
fsync
fsync
Synchronizechangesto
fgetcsv
fgetcsv
Readalinefromthefile
Popular Articles
How to check the existence of a directory with is_dir function when uploading a file
Best practices for file path validation using is_dir function