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:
Christoph Michael Becker 2016-10-12 17:11:52 +00:00
parent a5d1e6e1db
commit b18e6c19c9

View file

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