php man page for cubrid_close_request

Query: cubrid_close_request

OS: php

Section: 3

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

CUBRID_CLOSE_REQUEST(3) 						 1						   CUBRID_CLOSE_REQUEST(3)

cubrid_close_request - Close the request handle

SYNOPSIS
bool cubrid_close_request (resource $req_identifier)
DESCRIPTION
The cubrid_close_request(3) function closes the request handle given by the $req_identifier argument, and releases the memory region related to the handle. It is an alias of cubrid_close_prepare(3).
PARAMETERS
o $req_identifier -Request identifier.
RETURN VALUES
Return TRUE on success.
EXAMPLES
Example #1 cubrid_close_request(3) example <?php $con = cubrid_connect ("localhost", 33000, "demodb", "dba", ""); if ($con) { echo "connected successfully"; $req = cubrid_execute ( $con, "select * from members", CUBRID_INCLUDE_OID | CUBRID_ASYNC); if ($req) { while ( list ($id, $name) = cubrid_fetch ($req) ){ echo $id; echo $name; } cubrid_close_request($req); // or you can use cubrid_close_prepare($req) } cubrid_disconnect($con); } ?>
SEE ALSO
cubrid_close_prepare(3). PHP Documentation Group CUBRID_CLOSE_REQUEST(3)
Related Man Pages
cubrid_affected_rows(3) - php
cubrid_close(3) - php
cubrid_drop(3) - php
cubrid_load_from_glo(3) - php
cubrid_move_cursor(3) - php
Similar Topics in the Unix Linux Community
[req] hp ux HP0-091 csa certification study material
Removing files
sort files
find . -name '*.req' -mtime +2 -exec rm {} \; not deleting files
Subtotal in UNIX