odbc_free_result(3) php man page | unix.com

Man Page: odbc_free_result

Operating Environment: php

Section: 3

ODBC_FREE_RESULT(3)							 1						       ODBC_FREE_RESULT(3)

odbc_free_result - Free resources associated with a result

SYNOPSIS
bool odbc_free_result (resource $result_id)
DESCRIPTION
Free resources associated with a result. odbc_free_result(3) only needs to be called if you are worried about using too much memory while your script is running. All result memory will automatically be freed when the script is finished.
PARAMETERS
o $result_id - The result identifier.
RETURN VALUES
Always returns TRUE.
NOTES
Note If auto-commit is disabled (see odbc_autocommit(3)) and you call odbc_free_result(3) before committing, all pending transactions are rolled back. PHP Documentation Group ODBC_FREE_RESULT(3)
Related Man Pages
ibase_trans(3) - php
odbc_fetch_row(3) - php
mssql_fetch_assoc(3) - php
odbc_binmode(3) - php
odbc_result(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Rules for Homework & Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun