php man page for maxdb_stmt_close

Query: maxdb_stmt_close

OS: php

Section: 3

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

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_store_result(3) - php
maxdb_stmt_execute(3) - php
maxdb_stmt_bind_result(3) - php
maxdb_stmt_affected_rows(3) - php
mysqli_stmt_store_result(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch