mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo (spotted by Dave Barr)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184816 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dd233c07d3
commit
72b7d99b16
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.file-exists">
|
||||
<refnamediv>
|
||||
|
@ -47,7 +47,7 @@ if (file_exists($filename)) {
|
|||
<warning>
|
||||
<para>
|
||||
This function returns &false; for files inaccessible due to <link
|
||||
linkend="features.safe-mode">safe mode</link> retrictions. However these
|
||||
linkend="features.safe-mode">safe mode</link> restrictions. However these
|
||||
files still can be <link linkend="function.include">included</link> if
|
||||
they are located in <link
|
||||
linkend="ini.safe-mode-include-dir">safe_mode_include_dir</link>.
|
||||
|
|
Loading…
Reference in a new issue