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:
Jakub Vrana 2011-07-01 22:35:24 +00:00
parent 46e895c67a
commit 065db8a473

View file

@ -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>