Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_readable
is_readable
Determine whether the file exists and is readable
Name:
is_readable
Category:
File system
Programming Language:
php
One-line Description:
Determine whether the file is readable.
Related
How to use is_readable to check if the file path is correct
10
Combining is_readable and file_get_contents to determine whether the file is readable
10
Similar Functions
ftruncate
ftruncate
Truncatethefiletoagi
diskfreespace
diskfreespace
aliasfordisk_free_sp
lstat
lstat
Giveinformationabout
chown
chown
Changefileowner
linkinfo
linkinfo
Getinformationabouta
flock
flock
Lightweightconsultat
tmpfile
tmpfile
Createatemporaryfile
move_uploaded_file
move_uploaded_file
Moveuploadedfilestoa
Popular Articles
Combining is_readable and file_get_contents to determine whether the file is readable
How to use is_readable to check if the file path is correct