mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix build (use classname element to link to a class)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313259 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cdf9ea506c
commit
f41b8d5bc2
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 &class.mysqli-result; object. For other successful queries <function>mysqli_query</function> will
|
||||
a <classname>MySQLi_Result</classname> object. For other successful queries <function>mysqli_query</function> will
|
||||
return &true;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue