PHP. Руководство по PHP. 2005
maxdb_stmt_store_result
maxdb_stmt_store_result
(PECL)maxdb_stmt_store_result
(no version information, might be only in CVS)maxdb->store_result -- Transfers a result set from a prepared statement
Description
Procedural style:bool maxdb_stmt_store_result (resource stmt)
Object oriented style (method):class maxdb {
object store_result (void)
}
maxdb_stmt_store_result() has no functionally effect and should not be used for retrieving data from MaxDB server.