Syntax for PHP is_writable Function
bool is_writable(file_name)
Code
<?php
$a=is_writable("c:/rose1/ram.txt");
if ($a)
echo "file is
writable ";
else
echo "file ss not
writable ";
?>
Output
file is writable
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.