mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Add pointers between pg_numrows(), pg_numfields(), and pg_cmdtuples().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@46635 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
225e2433a8
commit
1ff241e9fe
1 changed files with 12 additions and 0 deletions
|
@ -161,6 +161,10 @@ echo $cmdtuples . " <- cmdtuples affected.";
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>pg_numfields</function> and
|
||||
<function>pg_numrows</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -1038,6 +1042,10 @@ for ($i=0; $i<$num; $i++) {
|
|||
result identifier returned by <function>pg_exec</function>. This
|
||||
function will return -1 on error.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>pg_numrows</function> and
|
||||
<function>pg_cmdtuples</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -1060,6 +1068,10 @@ for ($i=0; $i<$num; $i++) {
|
|||
returned by <function>pg_exec</function>. This function will
|
||||
return -1 on error.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>pg_numfields</function> and
|
||||
<function>pg_cmdtuples</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue