mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix #73036: pg_insert() now returns a resource ID instead of boolean
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340460 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a5d1e6e1db
commit
b18e6c19c9
1 changed files with 8 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success; Returns <type>string</type> if <constant>PGSQL_DML_STRING</constant> is passed
|
||||
Returns the connection resource on success, &return.falseforfailure;. Returns <type>string</type> if <constant>PGSQL_DML_STRING</constant> is passed
|
||||
via <parameter>options</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -119,6 +119,13 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.6.0</entry>
|
||||
<entry>
|
||||
Unless <constant>PGSQL_DML_STRING</constant> is passed, the function
|
||||
now returns the connection resource instead of &true; on success.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.6.0</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue