All Dictionaries
PHP Related dictionaries
php is_writable() function
Detailed instructions for use
php is_writable() function
Chinese translation
Recent Updates: 2018-04-19 09:42:48
UK ['raɪtəbl] US ['raɪtəbəl]
adj. Can be written down, can be written down
php is_writable() function syntax
Function:Judge whether the file is writable
Syntax: is_writable(file)
##Parameters:
| Description | |
| Required. Specifies the documents to be checked. |
Description: Returns true if the file exists and is writable. The file parameter can be a directory name that allows writability checking.




