mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Qualify PDO $errorInfo field descriptions, drivers may return additional data
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347629 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dc0f955be2
commit
7b0847c169
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
<para>
|
||||
<function>PDO::errorInfo</function> returns an array of error information
|
||||
about the last operation performed by this database handle. The array
|
||||
consists of the following fields:
|
||||
consists of at least the following fields:
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<para>
|
||||
<function>PDOStatement::errorInfo</function> returns an array of
|
||||
error information about the last operation performed by this
|
||||
statement handle. The array consists of the following fields:
|
||||
statement handle. The array consists of at least the following fields:
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
|
|
Loading…
Reference in a new issue