mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
2ccfead9db
commit
4b601ad6f7
1 changed files with 7 additions and 1 deletions
|
@ -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 < chars <= 10.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
If the database is successfully created, a dbase_identifier is
|
||||
returned, otherwise &false; is returned.
|
||||
|
|
Loading…
Reference in a new issue