mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updated summary to link to mysqli_stmt_get_result().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309606 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0b995c96a3
commit
520f1a8e48
1 changed files with 3 additions and 3 deletions
|
@ -489,10 +489,10 @@
|
|||
<entry>Frees stored result memory for the given statement handle</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>$mysqli_stmt->get_result()</entry>
|
||||
<entry>mysqli_stmt_get_result</entry>
|
||||
<entry><methodname>mysqli_stmt->get_result</methodname></entry>
|
||||
<entry><function>mysqli_stmt_get_result</function></entry>
|
||||
<entry>N/A</entry>
|
||||
<entry>NOT DOCUMENTED &mysqli.available.mysqlnd;</entry>
|
||||
<entry>Gets a result set from a prepared statement. &mysqli.available.mysqlnd;</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><methodname>mysqli_stmt->get_warnings</methodname></entry>
|
||||
|
|
Loading…
Reference in a new issue