mysqli_stmt
PHP Manual

mysqli_stmt::free_result

mysqli_stmt_free_result

(PHP 5)

mysqli_stmt::free_result -- mysqli_stmt_free_resultFrees stored result memory for the given statement handle

Açıklama

Nesne yönelimli kullanım

void mysqli_stmt::free_result ( void )

Yordamsal kullanım

void mysqli_stmt_free_result ( mysqli_stmt $stmt )

Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result().

Değiştirgeler

deyimt

Sadece yordamsal tarz: mysqli_stmt_init() işlevinden dönen bir deyim tanıtıcısı.

Dönen Değerler

Hiçbir değer dönmez.

Ayrıca Bakınız


mysqli_stmt
PHP Manual