Mentioning that is_dir() is restricted by open_basedir.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293994 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-01-25 15:53:23 +00:00
parent 1779446c91
commit 479f5f7ed0

View file

@ -28,7 +28,9 @@
Path to the file. If <parameter>filename</parameter> is a relative
filename, it will be checked relative to the current working
directory. If <parameter>filename</parameter> is a symbolic or hard link
then the link will be resolved and checked.
then the link will be resolved and checked. If you have enabled &safemode;,
or <link linkend="ini.open-basedir">open_basedir</link> further
restrictions may apply.
</para>
</listitem>
</varlistentry>