array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'mysqli-stmt.free-result.php', 1 => 'mysqli_stmt::free_result', 2 => 'Frees stored result memory for the given statement handle', ), 'up' => array ( 0 => 'class.mysqli-stmt.php', 1 => 'mysqli_stmt', ), 'prev' => array ( 0 => 'mysqli-stmt.field-count.php', 1 => 'mysqli_stmt::$field_count', ), 'next' => array ( 0 => 'mysqli-stmt.get-result.php', 1 => 'mysqli_stmt::get_result', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/mysqli/mysqli_stmt/free-result.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 5, PHP 7, PHP 8)
mysqli_stmt::free_result -- mysqli_stmt_free_result — Frees stored result memory for the given statement handle
Stile orientato agli oggetti
Stile procedurale
Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result().
stmt
Solo nello stile procedurale: un identificatore di statement restituito da mysqli_stmt_init().
Nessun valore viene restituito.