maxdb_stmt_free_result

maxdb_stmt::free_result

(PECL maxdb >= 1.0)

maxdb_stmt_free_result -- maxdb_stmt::free_resultFrees stored result memory for the given statement handle

说明

过程化风格

maxdb_stmt_free_result ( resource $stmt ) : void

面向对象风格

maxdb_stmt::free_result ( void ) : void

The maxdb_stmt_free_result() function frees the result memory associated with the statement represented by the stmt parameter, which was allocated by maxdb_stmt_store_result().

返回值

This function doesn't return any value.

参见

相关文章
php ibm db2 函数 returns a result set listing the stored procedures registered in a databasephp maxdb 函数 returns the next field in the result setphp maxdb 函数 frees the memory associated with a resultphp 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 for result storagephp maxdb 函数 seeks to an arbitray row in statement result setphp maxdb 函数 frees stored result memory for the given statement handlephp maxdb 函数 returns the number of parameter for the given statementphp maxdb 函数 prepare an sql statement for executionphp maxdb 函数 resets a prepared statementphp maxdb 函数 returns result set metadata from a prepared statementphp maxdb 函数 transfers a result set from a prepared statementphp postgresql 函数 sends a request to execute a prepared statement with given parameters and waits for the resultphp postgresql 函数 sends a request to execute a prepared statement with given parameters without waiting for the result s php sqlite 函数 executes a result less query against a given databasephp sqlite 函数 executes a query against a given database and returns a result handlephp sqlsrv 函数 makes the next result of the specified statement activephp sybase 函数 frees result memoryphp mysqli stmt frees stored result memory for the given statement handle
关注编程学问公众号