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 函数 frees resources associated with a result setphp maxdb 函数 adjusts the result pointer to an arbitary row in the resultphp maxdb 函数 returns an array of resources representing the fields in a result setphp maxdb 函数 returns the lengths of the columns of the current row 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 as parametersphp 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 函数 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 spl 函数 return the integer object handle for given objectphp sqlite 函数 executes a query against a given database and returns a result handlephp sybase 函数 frees result memoryphp mysqli stmt frees stored result memory for the given statement handle
关注编程学问公众号