maxdb_stmt_close(3) php man page | unix.com

Man Page: maxdb_stmt_close

Operating Environment: php

Section: 3

MAXDB_STMT_CLOSE(3)							 1						       MAXDB_STMT_CLOSE(3)

maxdb_stmt_close - Closes a prepared statement

       Procedural style

SYNOPSIS
bool maxdb_stmt_close (resource $stmt)
DESCRIPTION
Object oriented style bool maxdb_stmt::close (void ) Closes a prepared statement. maxdb_stmt_close(3) also deallocates the statement handle pointed to by $stmt. If the current statement has pending or unread results, this function cancels them so that the next query can be executed.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
maxdb_prepare(3). PHP Documentation Group MAXDB_STMT_CLOSE(3)
Related Man Pages
maxdb_stmt_execute(3) - php
maxdb_stmt_fetch(3) - php
maxdb_stmt_prepare(3) - php
maxdb_stmt_error(3) - php
maxdb_stmt_param_count(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!