mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added patch by David C; fixes markup and adds descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339172 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d4fc928c24
commit
0287c96d79
1 changed files with 7 additions and 7 deletions
|
@ -204,7 +204,7 @@
|
|||
<entry><methodname>mysqli::get_server_info</methodname></entry>
|
||||
<entry><function>mysqli_get_server_info</function></entry>
|
||||
<entry>N/A</entry>
|
||||
<entry>NOT DOCUMENTED</entry>
|
||||
<entry>Returns a string representing the version of the MySQL server that the MySQLi extension is connected to</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><methodname>mysqli::get_warnings</methodname></entry>
|
||||
|
@ -509,16 +509,16 @@
|
|||
<entry>NOT DOCUMENTED</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>$mysqli_stmt::more_results()</entry>
|
||||
<entry>mysqli_stmt_more_results()</entry>
|
||||
<entry><methodname>$mysqli_stmt::more_results</methodname></entry>
|
||||
<entry><function>mysqli_stmt_more_results</function></entry>
|
||||
<entry>N/A</entry>
|
||||
<entry>NOT DOCUMENTED &mysqli.available.mysqlnd;</entry>
|
||||
<entry>Checks if there are more query results from a multiple query</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>$mysqli_stmt::next_result()</entry>
|
||||
<entry>mysqli_stmt_next_result()</entry>
|
||||
<entry><methodname>$mysqli_stmt::next_result</methodname></entry>
|
||||
<entry><function>mysqli_stmt_next_result</function></entry>
|
||||
<entry>N/A</entry>
|
||||
<entry>NOT DOCUMENTED &mysqli.available.mysqlnd;</entry>
|
||||
<entry>Reads the next result from a multiple query</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><methodname>mysqli_stmt::num_rows</methodname></entry>
|
||||
|
|
Loading…
Reference in a new issue