Function.mysqli-stmt-free-result
Aus PHP-Wiki
Pferdehaftpflicht Preis und Leistung und Private Haftpflichtversicherung - Familienversicherung, KFZ Versicherung . Zusatz-Krankenversicherung Online
mysqli_stmt_free_result
(PHP 5)
mysqli_stmt_free_result(no version information, might be only in CVS)
stmt->free_result -- Frees stored result memory for the given statement handleDescription
Procedural style:
void mysqli_stmt_free_result ( object stmt)</BR >
Object oriented style (method):
class stmt {</BR >void free_result ( void )
</BR >}
The mysqli_stmt_free_result() function frees the result memory associated with the statement represented by the stmt parameter, which was allocated by function.mysqli-stmt-store-result.