mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removes experimental note as per #74370
-- Provided by anonymous 82010 (jay@room11.org) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342316 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0c657886f3
commit
fd6131c650
1 changed files with 31 additions and 2 deletions
|
@ -13,8 +13,7 @@
|
|||
<modifier>public</modifier> <type>array</type><methodname>PDOStatement::getColumnMeta</methodname>
|
||||
<methodparam><type>int</type><parameter>column</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.experimental.func;
|
||||
|
||||
<para>
|
||||
Retrieves the metadata for a 0-indexed column in a result set as an
|
||||
associative array.
|
||||
|
@ -25,6 +24,36 @@
|
|||
<function>PDOStatement::getColumnMeta</function>.
|
||||
</simpara>
|
||||
</warning>
|
||||
|
||||
<para>
|
||||
The following drivers are supported:
|
||||
<informaltable>
|
||||
<tgroup cols="1">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Driver name</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>DBlib</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Firebird</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>pgSQL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>mySQL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>SQLite</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue