Easy Tutorial
❮ Pdo Intransaction Php Ref Array ❯

PHP is_writeable() Function



Definition and Usage

The is_writeable() function checks if the specified file is writable.

If the file is writable, the function returns TRUE.

This function is an alias of the is_writable() function.

Syntax

Parameter Description
file Required. Specifies the file to check.

Tips and Notes

Note: The result of this function is cached. Use clearstatcache() to clear the cache.


Example

The above code will output:


❮ Pdo Intransaction Php Ref Array ❯