From 8377396845f4f1039a25b45ed0b1f6c2ce131c4e Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Mon, 30 Sep 2002 09:22:36 +0000 Subject: [PATCH] 2nd parameter is optional from 4.1.0. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97503 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-fetch-object.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/reference/pgsql/functions/pg-fetch-object.xml b/reference/pgsql/functions/pg-fetch-object.xml index 6915ce1fb7..26625c3241 100644 --- a/reference/pgsql/functions/pg-fetch-object.xml +++ b/reference/pgsql/functions/pg-fetch-object.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ objectpg_fetch_object resourceresult - introw + introw intresult_type @@ -37,6 +37,9 @@ insignificant). + + From 4.1.0, row is optional. + From 4.3.0, result_type is default to PGSQL_ASSOC while older versions' default was PGSQL_BOTH. There is no use for numeric property,