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:
Pieter Hordijk 2017-04-13 08:22:57 +00:00
parent 0c657886f3
commit fd6131c650

View file

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