maxdb_store_result

maxdb::store_result

(PECL maxdb >= 1.0)

maxdb_store_result -- maxdb::store_resultTransfers a result set from the last query

說明

程序化風格

resource maxdb_store_result ( resource $link )

物件導向風格

object maxdb::store_result ( void )

This function has no functionally effect.

回傳值

Returns a result resource or FALSE if an error occurred.

範例

See maxdb_multi_query().

參見

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top