conni Sat May 14 08:56:55 2005 EDT
Modified files:
/phpdoc/en/reference/pgsql/functions pg-convert.xml pg-delete.xml
Log:
literals to parameters
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-convert.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-convert.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-convert.xml:1.10
phpdoc/en/reference/pgsql/functions/pg-convert.xml:1.11
--- phpdoc/en/reference/pgsql/functions/pg-convert.xml:1.10 Sun May 1
21:46:15 2005
+++ phpdoc/en/reference/pgsql/functions/pg-convert.xml Sat May 14 08:56:54 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
<refentry id='function.pg-convert'>
<refnamediv>
@@ -20,12 +20,12 @@
</methodsynopsis>
<para>
<function>pg_convert</function> checks and converts the values in
- <literal>assoc_array</literal> into suitable values for use in a SQL
+ <parameter>assoc_array</parameter> into suitable values for use in a SQL
statement. Precondition for <function>pg_convert</function> is the existence
- of a table <literal>table_name</literal> which has at least as many columns
- as <literal>assoc_array</literal> has elements. The fieldnames as well as
- the fieldvalues in <literal>table_name</literal> must match the indices and
- values of <literal>assoc_array</literal>. Returns an array with the
converted
+ of a table <parameter>table_name</parameter> which has at least as many
columns
+ as <parameter>assoc_array</parameter> has elements. The fieldnames as well
as
+ the fieldvalues in <parameter>table_name</parameter> must match the indices
and
+ values of <parameter>assoc_array</parameter>. Returns an array with the
converted
values on success, &false; otherwise.
</para>
&warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-delete.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-delete.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.12
phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.13
--- phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.12 Fri Mar 11
11:03:25 2005
+++ phpdoc/en/reference/pgsql/functions/pg-delete.xml Sat May 14 08:56:54 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
<refentry id='function.pg-delete'>
<refnamediv>
@@ -20,10 +20,10 @@
</methodsynopsis>
<para>
<function>pg_delete</function> deletes record condition specified by
- <literal>assoc_array</literal> which has
- <literal>field=>value</literal>. If <literal>option</literal> is
+ <parameter>assoc_array</parameter> which has
+ <literal>field=>value</literal>. If <parameter>options</parameter> is
specified, <function>pg_convert</function> is applied
- to <literal>assoc_array</literal> with specified option.
+ to <parameter>assoc_array</parameter> with specified option.
</para>
</refsect1>