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:
Jon Parise 2001-05-05 17:14:28 +00:00
parent 225e2433a8
commit 1ff241e9fe

View file

@ -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&lt;$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&lt;$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>