mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
New keys in return
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312785 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
46e895c67a
commit
065db8a473
1 changed files with 12 additions and 0 deletions
|
@ -68,6 +68,18 @@
|
|||
<entry>orgtable</entry>
|
||||
<entry>Original table name if an alias was specified</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>def</entry>
|
||||
<entry>Reserved for default value, currently always ""</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>db</entry>
|
||||
<entry>Database (since PHP 5.3.6)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>catalog</entry>
|
||||
<entry>The catalog name, always "def" (since PHP 5.3.6)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>max_length</entry>
|
||||
<entry>The maximum width of the field for the result set.</entry>
|
||||
|
|
Loading…
Reference in a new issue