mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
1779446c91
commit
479f5f7ed0
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue