PHP 8.5.0 Alpha 4 available for testing

Voting

: zero plus zero?
(Example: nine)

The Note You're Voting On

gr
14 years ago
The results of this function seems to be not cached :
Tested on linux and windows

<?php
chmod
($s_pathFichier, 0400);
echo
'<pre>';var_dump(is_writable($s_pathFichier));echo'</pre>';
chmod($s_pathFichier, 04600);
echo
'<pre>';var_dump(is_writable($s_pathFichier));echo'</pre>';
exit;
?>

<< Back to user notes page

To Top