mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
safe mode note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146595 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4748071001
commit
f6badcbd5d
3 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.fopen">
|
||||
<refnamediv>
|
||||
|
@ -250,6 +250,7 @@ $handle = fopen("c:\\data\\info.txt", "r");
|
|||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
¬e.sm.uidcheck.dir;
|
||||
<simpara>
|
||||
See also <xref linkend="wrappers"/>,
|
||||
<function>fclose</function>,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.39 -->
|
||||
<refentry id="function.mkdir">
|
||||
<refnamediv>
|
||||
|
@ -59,6 +59,7 @@ mkdir("/path/to/my/dir", 0700);
|
|||
The <parameter>context</parameter> parameter was added as of <literal>PHP 5.0.0</literal>.
|
||||
</simpara>
|
||||
</note>
|
||||
¬e.sm.uidcheck.dir;
|
||||
<para>
|
||||
See also <function>rmdir</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.rmdir">
|
||||
<refnamediv>
|
||||
|
@ -30,6 +30,7 @@
|
|||
The <parameter>context</parameter> parameter was added as of <literal>PHP 5.0.0</literal>.
|
||||
</simpara>
|
||||
</note>
|
||||
¬e.sm.uidcheck.dir;
|
||||
<para>
|
||||
See also <function>mkdir</function> and <function>unlink</function>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue