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:
Chris Wright 2019-06-22 00:00:07 +00:00
parent dc0f955be2
commit 7b0847c169
2 changed files with 2 additions and 2 deletions

View file

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

View file

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