From c65a79fceda2b57729cb8daba90bf68d7d0c2469 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 28 Oct 2016 14:45:41 +0000 Subject: [PATCH] Add link to the field type documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340763 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dbase/functions/dbase-create.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reference/dbase/functions/dbase-create.xml b/reference/dbase/functions/dbase-create.xml index 6b6a14c214..f3474e02c7 100644 --- a/reference/dbase/functions/dbase-create.xml +++ b/reference/dbase/functions/dbase-create.xml @@ -39,6 +39,8 @@ An array of arrays, each array describing the format of one field of the database. Each field consists of a name, a character indicating the field type, and optionally, a length, and a precision. + The supported field types are listed in the introduction section.