PHP Function List
mysqli_stmt_store_result doesn't exist. Closest matches:
- maxdb_stmt_store_result
- mysql_free_result
- mysqli_result
- msql_free_result
- maxdb_stmt_free_result
- mssql_free_result
- maxdb_store_result
- mysqli_bind_result
- mysql_result
- sqlite3result
- fbsql_free_result
- mssql_next_result
- mysqli_set_opt
- mysqli_stmt
- msql_result
- maxdb_more_results
- sqlsrv_next_result
- mssql_result
- maxdb_stmt_bind_result
- mysqli_report
Site Search Results
-
mysqli_stmt::$num_rows - ManualIf you do not use mysqli_stmt_store_result( ), and immediatley call this function after executing a prepared statement, this function will usually return 0 as it has no way to know ...
-
If you however use the function mysqli_stmt_store_result immediately after you use this function, you are forcing the result set to be stored on the client side and thus it is safe ...
-
Introduction. Represents the result set obtained from a query against the ... mysqli_result::$current_field mysqli_stmt::store_result
-
Data are transferred unbuffered without calling mysqli_stmt_store_result() which can decrease performance (but reduces memory cost).
-
mysqli_stmt::store_result — Transfers a result set from a prepared statement; MySQLi_Result — The MySQLi_Result class. mysqli_result::current_field — Get current field offset of a ...
-
mysqli_stmt::bind_param - Manualmysqli_ stmt:: prepare; mysqli_ stmt:: reset; mysqli_ stmt:: result_ metadata; mysqli_ stmt:: send_ long_ data; mysqli_ stmt:: sqlstate; mysqli_ stmt:: store_ result
-
mysqli_ stmt:: prepare; mysqli_ stmt:: reset; mysqli_ stmt:: result_ metadata; mysqli_ stmt:: send_ long_ data; mysqli_stmt::$sqlstate; mysqli_ stmt:: store_ result
-
mysqli_stmt::$affected_rows - Manualmysqli_ stmt:: prepare; mysqli_ stmt:: reset; mysqli_ stmt:: result_ metadata; mysqli_ stmt:: send_ long_ data; mysqli_stmt::$sqlstate; mysqli_ stmt:: store_ result
-
mysqli_stmt::$sqlstate — Returns SQLSTATE error from previous statement operation; mysqli_stmt::store_result — Transfers a result set from a prepared statement
-
Aliases and deprecated Mysqli Functions - Manualif ($root != $top && ! is_null ($root)) { mysqli_stmt_execute ($stmt); mysqli_stmt_store_result ($stmt); } } return count ($stack);

Other forms of search
To search the string "mysqli_stmt_store_result" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
