mysqli_stmt_free_result(3) php man page | unix.com

Man Page: mysqli_stmt_free_result

Operating Environment: php

Section: 3

MYSQLI_STMT_FREE_RESULT(3)						 1						MYSQLI_STMT_FREE_RESULT(3)

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

       Object oriented style

SYNOPSIS
void mysqli_stmt::free_result (void )
DESCRIPTION
Procedural style void mysqli_stmt_free_result (mysqli_stmt $stmt) Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result(3).
PARAMETERS
o $ stmt -Procedural style only: A statement identifier returned by mysqli_stmt_init(3).
RETURN VALUES
No value is returned.
SEE ALSO
mysqli_stmt_store_result(3). PHP Documentation Group MYSQLI_STMT_FREE_RESULT(3)
Related Man Pages
mysqli_stmt_bind_result(3) - php
mysqli_stmt_error(3) - php
mysqli_stmt_get_result(3) - php
mysqli_stmt(3) - php
mysqli_stmt_attr_set(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch