From b481e9d4183ffcc0bdfb216297ba31a97d01ac07 Mon Sep 17 00:00:00 2001 From: Anthony Bedford Date: Wed, 18 Aug 2010 12:12:29 +0000 Subject: [PATCH] Fixed doc bug #51163. Removed references to def field, as no meaningful value is returned for it. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302439 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-fetch-field.xml | 6 ------ reference/mysqli/mysqli_result/fetch-field.xml | 4 ---- reference/mysqli/mysqli_result/fetch-fields.xml | 4 ---- 3 files changed, 14 deletions(-) diff --git a/reference/mysql/functions/mysql-fetch-field.xml b/reference/mysql/functions/mysql-fetch-field.xml index f4884ec502..6344c41473 100644 --- a/reference/mysql/functions/mysql-fetch-field.xml +++ b/reference/mysql/functions/mysql-fetch-field.xml @@ -56,11 +56,6 @@ table - name of the table the column belongs to - - - def - default value of the column - - max_length - maximum length of the column @@ -150,7 +145,6 @@ numeric: $meta->numeric primary_key: $meta->primary_key table: $meta->table type: $meta->type -default: $meta->def unique_key: $meta->unique_key unsigned: $meta->unsigned zerofill: $meta->zerofill diff --git a/reference/mysqli/mysqli_result/fetch-field.xml b/reference/mysqli/mysqli_result/fetch-field.xml index c7bb5efd6b..4c766bd517 100644 --- a/reference/mysqli/mysqli_result/fetch-field.xml +++ b/reference/mysqli/mysqli_result/fetch-field.xml @@ -68,10 +68,6 @@ orgtable Original table name if an alias was specified - - def - The default value for this field, represented as a string - max_length The maximum width of the field for the result set. diff --git a/reference/mysqli/mysqli_result/fetch-fields.xml b/reference/mysqli/mysqli_result/fetch-fields.xml index fb911bb00e..4af4abb625 100644 --- a/reference/mysqli/mysqli_result/fetch-fields.xml +++ b/reference/mysqli/mysqli_result/fetch-fields.xml @@ -70,10 +70,6 @@ orgtable Original table name if an alias was specified - - def - The default value for this field, represented as a string - max_length The maximum width of the field for the result set.