dams Tue May 18 10:23:19 2004 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions basename.xml chmod.xml
delete.xml
file-get-contents.xml
file-put-contents.xml
fscanf.xml
is-executable.xml
is-uploaded-file.xml
linkinfo.xml mkdir.xml
pathinfo.xml realpath.xml
stat.xml
Log:
fixing a point in stat, adding some tags, and comestics
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/basename.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/filesystem/functions/basename.xml
diff -u phpdoc/en/reference/filesystem/functions/basename.xml:1.5
phpdoc/en/reference/filesystem/functions/basename.xml:1.6
--- phpdoc/en/reference/filesystem/functions/basename.xml:1.5 Wed May 5 12:29:13
2004
+++ phpdoc/en/reference/filesystem/functions/basename.xml Tue May 18 10:23:19
2004
@@ -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.basename">
<refnamediv>
@@ -45,7 +45,7 @@
</para>
</note>
<para>
- See also: <function>dirname</function>
+ See also <function>dirname</function>.
</para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/chmod.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/filesystem/functions/chmod.xml
diff -u phpdoc/en/reference/filesystem/functions/chmod.xml:1.11
phpdoc/en/reference/filesystem/functions/chmod.xml:1.12
--- phpdoc/en/reference/filesystem/functions/chmod.xml:1.11 Wed Dec 31 05:39:43
2003
+++ phpdoc/en/reference/filesystem/functions/chmod.xml Tue May 18 10:23:19 2004
@@ -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.2 -->
<refentry id="function.chmod">
<refnamediv>
@@ -82,7 +82,7 @@
¬e.no-remote;
<note>
<simpara>
- When <link linkend="features.safe-mode">safe mode</link> is enabled, PHP
+ When &safemode; is enabled, PHP
checks whether the files or directories you are about to operate on have
the same UID (owner) as the script that is being executed. In addition,
you cannot set the SUID, SGID and sticky bits
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/delete.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/filesystem/functions/delete.xml
diff -u phpdoc/en/reference/filesystem/functions/delete.xml:1.3
phpdoc/en/reference/filesystem/functions/delete.xml:1.4
--- phpdoc/en/reference/filesystem/functions/delete.xml:1.3 Tue Oct 8 20:25:46
2002
+++ phpdoc/en/reference/filesystem/functions/delete.xml Tue May 18 10:23:19 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.delete">
<refnamediv>
@@ -18,7 +18,7 @@
<function>unset</function> in the wrong place.
</para>
<para>
- See also: <function>unlink</function> to delete files,
+ See also <function>unlink</function> to delete files,
<function>unset</function> to delete variables.
</para>
</refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/file-get-contents.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/filesystem/functions/file-get-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.14
phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.15
--- phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.14 Wed Apr 14
01:28:54 2004
+++ phpdoc/en/reference/filesystem/functions/file-get-contents.xml Tue May 18
10:23:19 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.130 -->
<refentry id="function.file-get-contents">
<refnamediv>
@@ -29,7 +29,7 @@
¬e.context-support;
&warn.ssl-non-standard;
<simpara>
- See also: <function>fgets</function>, <function>file</function>,
+ See also <function>fgets</function>, <function>file</function>,
<function>fread</function>, <function>include</function>,
and <function>readfile</function>.
</simpara>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/filesystem/functions/file-put-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.2
phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.3
--- phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.2 Sat Jun 28
03:19:56 2003
+++ phpdoc/en/reference/filesystem/functions/file-put-contents.xml Tue May 18
10:23:19 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.file-put-contents">
<refnamediv>
<refname>file_put_contents</refname>
@@ -27,7 +27,7 @@
¬e.bin-safe;
&tip.fopen-wrapper;
<simpara>
- See also:
+ See also
<function>fopen</function>,
<function>fwrite</function>,
<function>fclose</function>, and
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fscanf.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/filesystem/functions/fscanf.xml
diff -u phpdoc/en/reference/filesystem/functions/fscanf.xml:1.11
phpdoc/en/reference/filesystem/functions/fscanf.xml:1.12
--- phpdoc/en/reference/filesystem/functions/fscanf.xml:1.11 Mon Dec 15 11:49:45
2003
+++ phpdoc/en/reference/filesystem/functions/fscanf.xml Tue May 18 10:23:19 2004
@@ -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.2 -->
<refentry id="function.fscanf">
<refnamediv>
@@ -47,15 +47,15 @@
</programlisting>
</example>
<example>
- <title>users.txt</title>
- <screen>
+ <title>Contenu du fichier users.txt</title>
+ <programlisting role="txt">
<![CDATA[
javier argonaut pe
hiroshi sculptor jp
robert slacker us
luigi florist it
]]>
- </screen>
+ </programlisting>
</example>
</para>
<note>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/is-executable.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/filesystem/functions/is-executable.xml
diff -u phpdoc/en/reference/filesystem/functions/is-executable.xml:1.10
phpdoc/en/reference/filesystem/functions/is-executable.xml:1.11
--- phpdoc/en/reference/filesystem/functions/is-executable.xml:1.10 Mon Dec 15
11:49:45 2003
+++ phpdoc/en/reference/filesystem/functions/is-executable.xml Tue May 18 10:23:19
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.is-executable">
<refnamediv>
@@ -16,8 +16,8 @@
Returns &true; if the filename exists and is executable.
</para>
<para>
- <function>is_executable</function> became available with Windows in PHP
- version 5.0.0.
+ <function>is_executable</function> became available with
+ <productname>Windows</productname> in PHP version 5.0.0.
</para>
<para>
<example>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml
diff -u phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml:1.4
phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml:1.5
--- phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml:1.4 Thu Jan 15
07:42:23 2004
+++ phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml Tue May 18
10:23:19 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.39 -->
<refentry id="function.is-uploaded-file">
<refnamediv>
@@ -37,6 +37,9 @@
functionality of PHP which changed after that version.
</para>
</note>
+ </para>
+ <example>
+ <title><function>is_uploaded_file</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -61,7 +64,7 @@
?>
]]>
</programlisting>
- </para>
+ </example>
<para>
See also <function>move_uploaded_file</function>, and the section
<link linkend="features.file-upload">Handling file uploads</link>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/linkinfo.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/filesystem/functions/linkinfo.xml
diff -u phpdoc/en/reference/filesystem/functions/linkinfo.xml:1.6
phpdoc/en/reference/filesystem/functions/linkinfo.xml:1.7
--- phpdoc/en/reference/filesystem/functions/linkinfo.xml:1.6 Wed May 5 05:30:55
2004
+++ phpdoc/en/reference/filesystem/functions/linkinfo.xml Tue May 18 10:23:19
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.linkinfo">
<refnamediv>
@@ -13,11 +13,12 @@
<methodparam><type>string</type><parameter>path</parameter></methodparam>
</methodsynopsis>
<para>
- <function>linkinfo</function> returns the st_dev field of the
- Unix C stat structure returned by the lstat system call. This
- function is used to verify if a link (pointed to by
+ <function>linkinfo</function> returns the <literal>st_dev</literal>
+ field of the Unix C stat structure returned by the <literal>lstat</literal>
+ system call. This function is used to verify if a link (pointed to by
<parameter>path</parameter>) really exists (using the same method
- as the S_ISLNK macro defined in stat.h). Returns 0 or &false; in
+ as the S_ISLNK macro defined in <filename>stat.h</filename>).
+ Returns 0 or &false; in
case of error.
</para>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/mkdir.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/filesystem/functions/mkdir.xml
diff -u phpdoc/en/reference/filesystem/functions/mkdir.xml:1.14
phpdoc/en/reference/filesystem/functions/mkdir.xml:1.15
--- phpdoc/en/reference/filesystem/functions/mkdir.xml:1.14 Fri Feb 20 18:02:13
2004
+++ phpdoc/en/reference/filesystem/functions/mkdir.xml Tue May 18 10:23:19 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.39 -->
<refentry id="function.mkdir">
<refnamediv>
@@ -35,7 +35,8 @@
The mode is 0777 by default, which means the widest possible
access. For more information on modes, read the details
on the <function>chmod</function> page.
- <informalexample>
+ <example>
+ <title><function>mkdir</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -43,7 +44,7 @@
?>
]]>
</programlisting>
- </informalexample>
+ </example>
</para>
<para>
&return.success;
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/pathinfo.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/filesystem/functions/pathinfo.xml
diff -u phpdoc/en/reference/filesystem/functions/pathinfo.xml:1.4
phpdoc/en/reference/filesystem/functions/pathinfo.xml:1.5
--- phpdoc/en/reference/filesystem/functions/pathinfo.xml:1.4 Mon Jun 16 08:57:32
2003
+++ phpdoc/en/reference/filesystem/functions/pathinfo.xml Tue May 18 10:23:19
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.61 -->
<refentry id="function.pathinfo">
<refnamediv>
@@ -16,8 +16,8 @@
<function>pathinfo</function> returns an associative array
containing information about <parameter>path</parameter>. The
following array elements are returned:
- <parameter>dirname</parameter>, <parameter>basename</parameter>
- and <parameter>extension</parameter>.
+ <literal>dirname</literal>, <literal>basename</literal>
+ and <literal>extension</literal>.
</para>
<para>
<example>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/realpath.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/filesystem/functions/realpath.xml
diff -u phpdoc/en/reference/filesystem/functions/realpath.xml:1.6
phpdoc/en/reference/filesystem/functions/realpath.xml:1.7
--- phpdoc/en/reference/filesystem/functions/realpath.xml:1.6 Mon Dec 15 11:49:45
2003
+++ phpdoc/en/reference/filesystem/functions/realpath.xml Tue May 18 10:23:19
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.23 -->
<refentry id="function.realpath">
<refnamediv>
@@ -36,7 +36,7 @@
</example>
</para>
<para>
- See also: <function>basename</function>,
+ See also <function>basename</function>,
<function>dirname</function>, and
<function>pathinfo</function>.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/stat.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/filesystem/functions/stat.xml
diff -u phpdoc/en/reference/filesystem/functions/stat.xml:1.10
phpdoc/en/reference/filesystem/functions/stat.xml:1.11
--- phpdoc/en/reference/filesystem/functions/stat.xml:1.10 Sat Dec 20 23:21:46
2003
+++ phpdoc/en/reference/filesystem/functions/stat.xml Tue May 18 10:23:19 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.stat">
<refnamediv>
@@ -97,7 +97,7 @@
<row>
<entry>10</entry>
<entry>ctime</entry>
- <entry>time of last change (Unix timestamp)</entry>
+ <entry>time of creation (Unix timestamp)</entry>
</row>
<row>
<entry>11</entry>