PHP: Vérifier si Le fichier est accessible en écriture

Author:





";
      return;
   }
   print "$f is ".(is_writable( $f )?"":"not ")."writable
"; } ?>