literals to parameters

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186381 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Cornelia Boenigk 2005-05-14 12:56:54 +00:00
parent b0453515f0
commit c455b32a70
2 changed files with 10 additions and 10 deletions

View file

@ -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;

View file

@ -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>