mysqli_stmt::free_result
mysqli_stmt_free_result
(PHP 5)
mysqli_stmt::free_result -- mysqli_stmt_free_result — آزاد کردن حافظه نتیجه ذخیره شده برای کنترلر عبارت داده شده
Description
Oriented object style
void mysqli_stmt::free_result
( void
)
Procedural style
void mysqli_stmt_free_result
( mysqli_stmt $stmt
)
آزاد کردن حافظه نتیجه مربوز به عبارت که توسط mysqli_stmt_store_result() اختصاص یافته است.
Return Values
No value is returned.
There are no user contributed notes for this page.
