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
How to Use is_dir and chmod Functions Together to Modify Directory Permissions?
6
Best practices for file path validation using is_dir function
6
Common Issues and Solutions When is_dir Returns False in PHP Development
3
How to check the existence of a directory with is_dir function when uploading a file
3
Similar Functions
tempnam
tempnam
Createafilewithauniq
move_uploaded_file
move_uploaded_file
Moveuploadedfilestoa
copy
copy
Copythefile
filetype
filetype
Getfiletype
clearstatcache
clearstatcache
Clearfilestatuscache
rename
rename
Renameafileordirecto
filectime
filectime
Gettheinodemodificat
is_executable
is_executable
Determinewhethertheg
Popular Articles
Common Issues and Solutions When is_dir Returns False in PHP Development
How to Use is_dir and chmod Functions Together to Modify Directory Permissions?
Best practices for file path validation using is_dir function
How to check the existence of a directory with is_dir function when uploading a file