From 3d9ba367c557aa8509dd17c0c9fbac8053e78cde Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Tue, 16 Mar 2004 07:41:55 +0000 Subject: [PATCH] fixed parameter for fetch_fields methods fixed description for mysqli_fetch_field (Thx to Enrique) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153766 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/functions/mysqli-fetch-field.xml | 12 ++++++------ reference/mysqli/functions/mysqli-fetch-fields.xml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/mysqli/functions/mysqli-fetch-field.xml b/reference/mysqli/functions/mysqli-fetch-field.xml index 616defaa50..d76aed857f 100644 --- a/reference/mysqli/functions/mysqli-fetch-field.xml +++ b/reference/mysqli/functions/mysqli-fetch-field.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_field @@ -23,11 +23,11 @@ - The mysqli_fetch_field function is used to return the attributes - of the next column in the result set represented by the result - parameter as an object. When executed this function will return an object containing - the attributes of the current column or &false; if there are no more columns in the - result set. + The mysqli_fetch_field returns the definition of one column + of a result set as an object. Call this function repeatedly to retrieve + information about all columns in the result set. + mysqli_fetch_field returns &false; when no more fields + are left. diff --git a/reference/mysqli/functions/mysqli-fetch-fields.xml b/reference/mysqli/functions/mysqli-fetch-fields.xml index c339c09c77..e47c9ba8bc 100644 --- a/reference/mysqli/functions/mysqli-fetch-fields.xml +++ b/reference/mysqli/functions/mysqli-fetch-fields.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_fields @@ -19,7 +19,7 @@ mixed fetch_fields - intfieldnr + void