From 1ff241e9fee2be19f2952a5ff52b36405078cb4c Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sat, 5 May 2001 17:14:28 +0000 Subject: [PATCH] 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 --- functions/pgsql.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/functions/pgsql.xml b/functions/pgsql.xml index fe15bbe92e..cfe022bf02 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -161,6 +161,10 @@ echo $cmdtuples . " <- cmdtuples affected."; + + See also pg_numfields and + pg_numrows. + @@ -1038,6 +1042,10 @@ for ($i=0; $i<$num; $i++) { result identifier returned by pg_exec. This function will return -1 on error. + + See also pg_numrows and + pg_cmdtuples. + @@ -1060,6 +1068,10 @@ for ($i=0; $i<$num; $i++) { returned by pg_exec. This function will return -1 on error. + + See also pg_numfields and + pg_cmdtuples. +