|
PHP5中文手册
maxdb_stmt_store_resultmaxdb->store_result(PECL maxdb:1.0-7.6.00.38) maxdb->store_result — Transfers a result set from a prepared statement 说明Procedural style:
bool maxdb_stmt_store_result
( resource $stmt
)
Object oriented style (method): maxdb
object
store_result
( void
)
maxdb_stmt_store_result() has no functionally effect and should not be used for retrieving data from MaxDB server. 返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例Example#1 Object oriented style
<?php Example#2 Procedural style
<?php The above examples would produce the following output:
|