All Dictionaries
PHP Related dictionaries
php is_readable() function
Detailed instructions for use
php is_readable() function
Chinese translation
Recent Updates: 2018-04-19 09:40:17
UK [ˈri:dəbl] US [ˈridəbəl]
adj.Easy to read; easy to understand
php is_readable() function syntax
Function: Determine whether the specified file name is readable.
Syntax: is_readable(file)
## Parameters:
| Description | |
| Required. Specifies the documents to be checked. |
Description: Returns TRUE if the file or directory specified by file exists and is readable.




