From 8e3fc9b8cd90436f5c70425d33b7b6aaacd541c1 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 2 Mar 2006 08:33:51 +0000 Subject: [PATCH] Mention length, patch by bjori (bug #36579) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208444 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/functions/mysqli-fetch-field-direct.xml | 6 +++++- reference/mysqli/functions/mysqli-fetch-fields.xml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/reference/mysqli/functions/mysqli-fetch-field-direct.xml b/reference/mysqli/functions/mysqli-fetch-field-direct.xml index b0fb09a3e5..9994170f41 100644 --- a/reference/mysqli/functions/mysqli-fetch-field-direct.xml +++ b/reference/mysqli/functions/mysqli-fetch-field-direct.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_field_direct @@ -71,6 +71,10 @@ max_length The maximum width of the field for the result set. + + length + The width of the field, as specified in the tabl definition. + flags An integer representing the bit-flags for the field. diff --git a/reference/mysqli/functions/mysqli-fetch-fields.xml b/reference/mysqli/functions/mysqli-fetch-fields.xml index 69045c0c4a..f412be3a66 100644 --- a/reference/mysqli/functions/mysqli-fetch-fields.xml +++ b/reference/mysqli/functions/mysqli-fetch-fields.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_fields @@ -68,6 +68,10 @@ max_length The maximum width of the field for the result set. + + length + The width of the field, as specified in the table definition. + flags An integer representing the bit-flags for the field.