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:
Nuno Lopes 2003-12-16 17:22:43 +00:00
parent 4748071001
commit f6badcbd5d
3 changed files with 6 additions and 3 deletions

View file

@ -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>
&note.sm.uidcheck.dir;
<simpara>
See also <xref linkend="wrappers"/>,
<function>fclose</function>,

View file

@ -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>
&note.sm.uidcheck.dir;
<para>
See also <function>rmdir</function>.
</para>

View file

@ -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>
&note.sm.uidcheck.dir;
<para>
See also <function>mkdir</function> and <function>unlink</function>.
</para>