mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
92d1c08497
commit
030b100ce8
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue