Date: 02/10/03
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions ocibindbyname.xml ocicancel.xml ocicollappend.xml ocicollassign.xml ocicollassignelem.xml ocicollgetelem.xml ocicollmax.xml ocicollsize.xml ocicolltrim.xml ocicolumnisnull.xml ocicolumnname.xml ocicolumnprecision.xml ocicolumnscale.xml ocicolumnsize.xml ocicolumntype.xml ocicolumntyperaw.xml ocicommit.xml ocidefinebyname.xml ocierror.xml ociexecute.xml ocifetch.xml ocifetchinto.xml ocifetchstatement.xml ocifreecollection.xml ocifreecursor.xml ocifreedesc.xml ocifreestatement.xml ociinternaldebug.xml ociloadlob.xml ocilogoff.xml ocilogon.xml ocinewcollection.xml ocinewcursor.xml ocinewdescriptor.xml ocinlogon.xml ocinumcols.xml ociparse.xml ociplogon.xml ociresult.xml ocirollback.xml ocirowcount.xml ocisavelob.xml ocisavelobfile.xml ociserverversion.xml ocisetprefetch.xml ocistatementtype.xml ociwritelobtofile.xml"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/reference/dbase/functions dbase-create.xml dbase-open.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
dams Mon Feb 10 22:04:16 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions copy.xml dirname.xml
fopen.xml
is-uploaded-file.xml
parse-ini-file.xml
set-file-buffer.xml
Log:
Light reordering
Index: phpdoc/en/reference/filesystem/functions/copy.xml
diff -u phpdoc/en/reference/filesystem/functions/copy.xml:1.3 phpdoc/en/reference/filesystem/functions/copy.xml:1.4
--- phpdoc/en/reference/filesystem/functions/copy.xml:1.3 Thu Sep 26 09:56:52 2002
+++ phpdoc/en/reference/filesystem/functions/copy.xml Mon Feb 10 22:04:15 2003
@@ -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.copy">
<refnamediv>
@@ -14,8 +14,8 @@
<methodparam><type>string</type><parameter>dest</parameter></methodparam>
</methodsynopsis>
<para>
- Makes a copy of a file. Returns &true; if the copy succeeded,
- &false; otherwise.
+ Makes a copy of the file <parameter>source</parameter> to
+ <parameter>dest</parameter>. &return.success;
<example>
<title><function>copy</function> example</title>
<programlisting role="php">
Index: phpdoc/en/reference/filesystem/functions/dirname.xml
diff -u phpdoc/en/reference/filesystem/functions/dirname.xml:1.3 phpdoc/en/reference/filesystem/functions/dirname.xml:1.4
--- phpdoc/en/reference/filesystem/functions/dirname.xml:1.3 Thu May 9 23:01:05 2002
+++ phpdoc/en/reference/filesystem/functions/dirname.xml Mon Feb 10 22:04:15 2003
@@ -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.dirname">
<refnamediv>
@@ -47,7 +47,7 @@
</para>
</note>
<para>
- See also: <function>basename</function>, <function>pathinfo</function>,
+ See also <function>basename</function>, <function>pathinfo</function>,
and <function>realpath</function>.
</para>
</refsect1>
Index: phpdoc/en/reference/filesystem/functions/fopen.xml
diff -u phpdoc/en/reference/filesystem/functions/fopen.xml:1.8 phpdoc/en/reference/filesystem/functions/fopen.xml:1.9
--- phpdoc/en/reference/filesystem/functions/fopen.xml:1.8 Thu Jan 16 21:11:08 2003
+++ phpdoc/en/reference/filesystem/functions/fopen.xml Mon Feb 10 22:04:15 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fopen">
<refnamediv>
@@ -31,7 +31,7 @@
a local file, then it will try to open a stream on that file.
The file must be accessible to PHP, so you need to ensure that
the file access permissions allow this access.
- If you have enabled <link linkend="ini.safe-mode">safe_mode</link>,
+ If you have enabled &safemode;,
or <link linkend="ini.open-basedir">open_basedir</link> further
restrictions may apply.
</simpara>
Index: phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml
diff -u phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml:1.2 phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml:1.3
--- phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml:1.2 Wed Apr 17 02:38:08 2002
+++ phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml Mon Feb 10 22:04:15 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.39 -->
<refentry id="function.is-uploaded-file">
<refnamediv>
@@ -13,7 +13,7 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
- Returns &true; if the file named by <varname>filename</varname> was
+ Returns &true; if the file named by <parameter>filename</parameter> was
uploaded via HTTP POST. This is useful to help ensure that a
malicious user hasn't tried to trick the script into working on
files upon which it should not be working--for instance,
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.10 phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.11
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.10 Thu Jan 9 16:27:29 2003
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Mon Feb 10 22:04:15 2003
@@ -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.87 -->
<refentry id="function.parse-ini-file">
<refnamediv>
@@ -38,9 +38,8 @@
</note>
<note>
<simpara>
- Since PHP 4.2.1 this function is also affected by <link
- linkend="ini.safe-mode">safe_mode</link> and <link
- linkend="ini.open-basedir">open_basedir</link>.
+ Since PHP 4.2.1 this function is also affected by &safemode;
+ and <link linkend="ini.open-basedir">open_basedir</link>.
</simpara>
</note>
<para>
Index: phpdoc/en/reference/filesystem/functions/set-file-buffer.xml
diff -u phpdoc/en/reference/filesystem/functions/set-file-buffer.xml:1.3 phpdoc/en/reference/filesystem/functions/set-file-buffer.xml:1.4
--- phpdoc/en/reference/filesystem/functions/set-file-buffer.xml:1.3 Sat Sep 28 19:07:24 2002
+++ phpdoc/en/reference/filesystem/functions/set-file-buffer.xml Mon Feb 10 22:04:15 2003
@@ -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.set-file-buffer">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<simpara>
- This function is an alias of
+ This function is an &alias; of
<function>stream_set_write_buffer</function>.
</simpara>
</refsect1>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions ocibindbyname.xml ocicancel.xml ocicollappend.xml ocicollassign.xml ocicollassignelem.xml ocicollgetelem.xml ocicollmax.xml ocicollsize.xml ocicolltrim.xml ocicolumnisnull.xml ocicolumnname.xml ocicolumnprecision.xml ocicolumnscale.xml ocicolumnsize.xml ocicolumntype.xml ocicolumntyperaw.xml ocicommit.xml ocidefinebyname.xml ocierror.xml ociexecute.xml ocifetch.xml ocifetchinto.xml ocifetchstatement.xml ocifreecollection.xml ocifreecursor.xml ocifreedesc.xml ocifreestatement.xml ociinternaldebug.xml ociloadlob.xml ocilogoff.xml ocilogon.xml ocinewcollection.xml ocinewcursor.xml ocinewdescriptor.xml ocinlogon.xml ocinumcols.xml ociparse.xml ociplogon.xml ociresult.xml ocirollback.xml ocirowcount.xml ocisavelob.xml ocisavelobfile.xml ociserverversion.xml ocisetprefetch.xml ocistatementtype.xml ociwritelobtofile.xml"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/reference/dbase/functions dbase-create.xml dbase-open.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

