vrana Fri Aug 17 16:39:41 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions is-readable.xml
Log:
Safe mode aware (bug #38724)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/is-readable.xml?r1=1.14&r2=1.15&diff_format=
simpSat Sep 24 22:05:08 2005 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions is-readable.xml
Log:
Bug 34632: example headline
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/is-readable.xml?r1=1.8&r2=1.9&ty=u
Index: ph
techtonik Tue Sep 20 08:09:45 2005 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions is-readable.xml
Log:
* also works for directories
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/is-readable.xml?r1=1.7&r2=1.8&ty=u
Ind
dmytton Tue Apr 5 13:36:37 2005 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions is-readable.xml
is-writable.xml
Log:
Removed tabs from examples
http://cvs.php.net/diff.php/phpdoc/en/reference/file
tabs are bad mmmkay
> +$filename = 'test.txt';
> +if (is_readable($filename)) {
> + echo 'The file is readable';
> +} else {
> + echo 'The file is not readable';
> +}
> +?>
dmytton Tue Apr 5 11:36:42 2005 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions is-readable.xml
Log:
Added example
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/is-readable.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference