PHP Portal » PHP Handbuch » maxdb_store_result

Werbung

maxdb_store_result


(PECL maxdb >= 1.0)

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

Beschreibung

Procedural style:

resource maxdb_store_result ( resource $link )

Object oriented style (method):

maxdb
object store_result ( void )

This function has no functionally effect.

Rückgabewerte

Returns a result resource or FALSE if an error occurred.

Beispiele

See maxdb_multi_query().

Siehe auch