Home > PHP > is_writable

is_writable

It checks whether  the filename is writable

Example

<?php

echo is_writable(‘test.txt’)?”Yes”:”No”;

?>

Output

Yes

EmailFacebookLinkedInMySpaceDiggTumblrStumbleUponShare
Beginner's Guide....
Categories: PHP Tags: , ,
Comments are closed.

Switch to our mobile site