Oracle 5.0 Reference Manual page 2478

Table of Contents

Advertisement

20.7.3.10.14. mysqli_stmt::free_result,
Copyright 1997-2012 the PHP Documentation Group. [2230]
mysqli_stmt::free_result
mysqli_stmt_free_result
Frees stored result memory for the given statement handle
Description
Object oriented style
void mysqli_stmt::free_result();
Procedural style
void mysqli_stmt_free_result(
mysqli_stmt stmt);
Frees the result memory associated with the statement, which was allocated by
mysqli_stmt_store_result.
Parameters
stmt
Return Values
No value is returned.
See Also
mysqli_stmt_store_result
20.7.3.10.15. mysqli_stmt::get_result,
Copyright 1997-2012 the PHP Documentation Group. [2230]
mysqli_stmt::get_result
mysqli_stmt_get_result
Gets a result set from a prepared statement
Description
Object oriented style
mysqli_result mysqli_stmt::get_result();
Procedural style
mysqli_result mysqli_stmt_get_result(
mysqli_stmt stmt);
Call to return a result set from a prepared statement query.
Parameters
MySQL Improved Extension (Mysqli)
mysqli_stmt_free_result
Procedural style only: A statement identifier returned by
mysqli_stmt_init.
mysqli_stmt_get_result
2458

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 5.0 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Mysql 5.0

Table of Contents