Query: mysqli_stmt_close
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MYSQLI_STMT_CLOSE(3) 1 MYSQLI_STMT_CLOSE(3) mysqli_stmt::close - Closes a prepared statement Object oriented styleSYNOPSISbool mysqli_stmt::close (void )DESCRIPTIONProcedural style bool mysqli_stmt_close (mysqli_stmt $stmt) Closes a prepared statement. mysqli_stmt_close(3) also deallocates the statement handle. If the current statement has pending or unread results, this function cancels them so that the next query can be executed.PARAMETERSo $ stmt -Procedural style only: A statement identifier returned by mysqli_stmt_init(3).RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOmysqli_prepare(3). PHP Documentation Group MYSQLI_STMT_CLOSE(3)
Related Man Pages |
---|
mysqli_stmt.get_result(3) - php |
mysqli_stmt_bind_result(3) - php |
mysqli_stmt_error(3) - php |
mysqli_stmt_param_count(3) - php |
mysqli_stmt.bind_result(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
Please Welcome Don Cragun as Lead Moderator |
Status of UNIX.COM Forum Transformation |
Please Welcome Nicki Paul to the Moderator Team! |