fieldnames are limited int length <= 10 chars

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150808 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2004-02-08 19:21:34 +00:00
parent 2ccfead9db
commit 4b601ad6f7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/dbase.xml, last change in rev 1.2 -->
<refentry id="function.dbase-create">
<refnamediv>
@ -72,6 +72,12 @@
</varlistentry>
</variablelist>
</para>
<note>
<para>
The fieldnames are limited in length and must not exceed 10 chars,
0 &lt; chars &lt;= 10.
</para>
</note>
<para>
If the database is successfully created, a dbase_identifier is
returned, otherwise &false; is returned.