maxdb_stmt_close

maxdb_stmt::close

(PECL maxdb >= 1.0)

maxdb_stmt_close -- maxdb_stmt::closeCloses a prepared statement

说明

过程化风格

maxdb_stmt_close ( resource $stmt ) : bool

面向对象风格

maxdb_stmt::close ( void ) : bool

Closes a prepared statement. maxdb_stmt_close() 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.

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE

参见

相关文章
php cubrid 函数 bind variables to a prepared statement as parametersphp ibm db2 函数 executes a prepared sql statementphp maxdb 函数 escapes special characters in a string for use in an sql statement taking into account the current charset of the connectionphp maxdb 函数 returns the total number of rows changed deleted or inserted by the last executed statementphp maxdb 函数 binds variables to a prepared statement as parametersphp maxdb 函数 binds variables to a prepared statement for result storagephp maxdb 函数 closes a prepared statementphp maxdb 函数 seeks to an arbitray row in statement result setphp maxdb 函数 returns the error code for the most recent statement callphp maxdb 函数 fetch results from a prepared statement into the bound variablesphp maxdb 函数 resets a prepared statementphp maxdb 函数 returns result set metadata from a prepared statementphp maxdb 函数 returns sqlstate error from previous statement operationphp maxdb 函数 transfers a result set from a prepared statementphp odbc 函数 execute a prepared statementphp postgresql 函数 sends a request to execute a prepared statement with given parameters without waiting for the result s php postgresql 函数 sends a request to create a prepared statement with the given parameters without waiting for completionphp sqlsrv 函数 executes a statement prepared with sqlsrv preparephp sdo das relational 函数 executes an sql query passed as a prepared statement with a list of values to substitute for placeholders and return the results as a normalised data graphphp sqlite3stmt closes the prepared statement
关注编程学问公众号