Documented PHP Bug #55823 -- _query() and _real_query() are different

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329870 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2013-03-22 07:38:12 +00:00
parent 92d1c08497
commit 030b100ce8

View file

@ -26,8 +26,9 @@
Performs a <parameter>query</parameter> against the database.
</para>
<para>
Functionally, using this function is identical to calling
<function>mysqli_real_query</function> followed either by
For non-DML queries (not INSERT, UPDATE or DELETE),
this function is similar to calling
<function>mysqli_real_query</function> followed by either
<function>mysqli_use_result</function> or
<function>mysqli_store_result</function>.
</para>