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 ingres 函数 get a cursor name for a given result resourcephp mailparse 函数 returns a handle on a given section in a mimemessagephp maxdb 函数 frees the memory associated with a resultphp 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 函数 initializes a statement and returns an resource for use with maxdb stmt preparephp 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 mssql 函数 free result memoryphp mssql 函数 free statement memoryphp oci8 函数 returns the next child statement resource from a parent statement resource that has oracle database 12c implicit result setsphp 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 socket 函数 queries the remote side of the given socket which may either result in host/port or in a unix filesystem path dependent on its typephp sqlite 函数 executes a query against a given database and returns a result handlephp sqlsrv 函数 frees all resources for the specified statementphp sybase 函数 frees result memoryphp mysqli stmt frees stored result memory for the given statement handle
关注编程学问公众号