PHP is_writable May 12, 2012 Pramod T P It checks whether the filename is writable Example <?php echo is_writable(‘test.txt’)?”Yes”:”No”; ?> Output Yes