Function.mysqli-stmt-free-result

Aus PHP-Wiki

Wechseln zu: Navigation, Suche
Pferdehaftpflicht Preis und Leistung und Private Haftpflichtversicherung - FamilienversicherungKFZ 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 handle

Description

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.


Return values

This function doesn't return any value.

Persönliche Werkzeuge