php man page for ingres_free_result

Query: ingres_free_result

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

INGRES_FREE_RESULT(3)							 1						     INGRES_FREE_RESULT(3)

ingres_free_result - Free the resources associated with a result identifier

SYNOPSIS
bool ingres_free_result (resource $result)
DESCRIPTION
PARAMETERS
o $result - The query result identifier
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
Example #1 Free a result resource <?php $link = ingres_connect($database, $user, $password); $result = ingres_query($link, "select * from table"); while ($row = ingres_fetch_row($result)) { echo $row[1]; echo $row[2]; } ingres_free_result($result); ingres_close($link) ?>
SEE ALSO
ingres_query(3). PHP Documentation Group INGRES_FREE_RESULT(3)
Related Man Pages
mssql_free_result(3) - php
ingres_fetch_array(3) - php
ingres_fetch_row(3) - php
msql_query(3) - php
mssql_num_fields(3) - php
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
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