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:
Joey Smith 2011-07-15 07:16:03 +00:00
parent 14aa46e9a2
commit cdf9ea506c

View file

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