Safe mode aware (bug #38724)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241457 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-08-17 16:39:41 +00:00
parent 85fc5a0439
commit ff1eff60b8

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.is-readable">
<refnamediv>
<refname>is_readable</refname>
@ -67,7 +67,7 @@ if (is_readable($filename)) {
<para>
Keep in mind that PHP may be accessing the file as the user
id that the web server runs as (often 'nobody'). Safe mode
limitations are not taken into account.
limitations are not taken into account before PHP 5.1.5.
</para>
&note.clearstatcache;
&tip.fopen-wrapper.stat;