mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
This should clarify the mysql_result datatype - the link may not be generating correctly, but it'll still be clearer than the existing documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313258 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
14aa46e9a2
commit
cdf9ea506c
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
|||
<para>
|
||||
Returns &false; on failure. For successful <literal>SELECT, SHOW, DESCRIBE</literal> or
|
||||
<literal>EXPLAIN</literal> queries <function>mysqli_query</function> will return
|
||||
a result object. For other successful queries <function>mysqli_query</function> will
|
||||
a &class.mysqli-result; object. For other successful queries <function>mysqli_query</function> will
|
||||
return &true;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue