|
mysqli_result::freemysqli_free_resultFrees the memory associated with a result BeschreibungObjektorientierter Stil
void mysqli_result::free
( void
)
void mysqli_result::close
( void
)
void mysqli_result::free_result
( void
)
Prozeduraler Stil
void mysqli_free_result
( mysqli_result
$result
)Frees the memory associated with the result.
Parameter-Liste
RückgabewerteEs wird kein Wert zurückgegeben. Siehe auch
|