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
Common Reasons Why is_readable Returns False and How to Handle It Properly
7
Combining is_readable and file_get_contents to determine whether the file is readable
10
Common Pitfalls When Using the is_readable Function to Check File Permissions
2
Similar Functions
feof
feof
Testwhetherthefilepo
diskfreespace
diskfreespace
aliasfordisk_free_sp
chgrp
chgrp
Changethegrouptowhic
filesize
filesize
Getfilesize
ftell
ftell
Returnsthelocationwh
clearstatcache
clearstatcache
Clearfilestatuscache
dirname
dirname
Returntothedirectory
popen
popen
Openprocessfilepoint
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
Common Pitfalls When Using the is_readable Function to Check File Permissions
Common Reasons Why is_readable Returns False and How to Handle It Properly