From 30d0649178adec1d763d97af93d850eb5c3499f8 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 27 Aug 2001 14:04:08 +0000 Subject: [PATCH] Fixed bug: #12966. Also added missing spaces. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56036 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ingres_ii.xml | 42 ++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/functions/ingres_ii.xml b/functions/ingres_ii.xml index 5d329e21a1..73f0602105 100755 --- a/functions/ingres_ii.xml +++ b/functions/ingres_ii.xml @@ -1,5 +1,5 @@ - + Ingres II functions Ingres II @@ -173,7 +173,7 @@ Description - boolingres_close + bool ingres_close resource link @@ -210,7 +210,7 @@ Description - boolingres_query + bool ingres_query string query @@ -311,7 +311,7 @@ while ($row = ingres_fetch_row()) { Description - intingres_num_rows + int ingres_num_rows resource link @@ -364,7 +364,7 @@ while ($row = ingres_fetch_row()) { Description - intingres_num_fields + int ingres_num_fields resource link @@ -395,7 +395,7 @@ while ($row = ingres_fetch_row()) { Description - stringingres_field_name + string ingres_field_name int index @@ -433,7 +433,7 @@ while ($row = ingres_fetch_row()) { Description - stringingres_field_type + string ingres_field_type int index @@ -478,7 +478,7 @@ while ($row = ingres_fetch_row()) { Description - boolingres_field_nullable + bool ingres_field_nullable int index @@ -516,7 +516,7 @@ while ($row = ingres_fetch_row()) { Description - intingres_field_length + int ingres_field_length int index @@ -555,7 +555,7 @@ while ($row = ingres_fetch_row()) { Description - intingres_field_precision + int ingres_field_precision int index @@ -595,7 +595,7 @@ while ($row = ingres_fetch_row()) { Description - intingres_field_scale + int ingres_field_scale int index @@ -634,7 +634,7 @@ while ($row = ingres_fetch_row()) { Description - arrayingres_fetch_array + array ingres_fetch_array int result_type @@ -669,8 +669,8 @@ $bar = $result["bar"]; - result_type can be II_NUM for enumerated array, - II_ASSOC for associative array, or II_BOTH (default). + result_type can be INGRES_NUM for enumerated array, + INGRES_ASSOC for associative array, or INGRES_BOTH (default). Speed-wise, the function is identical to @@ -716,7 +716,7 @@ while ($row = ingres_fetch_array()) { Description - arrayingres_fetch_row + array ingres_fetch_row resource link @@ -768,7 +768,7 @@ while ($row = ingres_fetch_row()) { Description - objectingres_fetch_object + object ingres_fetch_object int result_type @@ -791,8 +791,8 @@ while ($row = ingres_fetch_row()) { The optional argument result_type is a - constant and can take the following values: II_ASSOC, - II_NUM, and II_BOTH. + constant and can take the following values: INGRES_ASSOC, + INGRES_NUM, and INGRES_BOTH. Speed-wise, the function is identical to @@ -835,7 +835,7 @@ while ($row = ingres_fetch_object()) { Description - boolingres_rollback + bool ingres_rollback resource link @@ -869,7 +869,7 @@ while ($row = ingres_fetch_object()) { Description - boolingres_commit + bool ingres_commit resource link @@ -907,7 +907,7 @@ while ($row = ingres_fetch_object()) { Description - boolingres_autocommit + bool ingres_autocommit resource link