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.