PHP Velho Oeste 2024

maxdb_store_result

maxdb::store_result

(PECL maxdb >= 1.0)

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

Descrierea

Stil procedural

maxdb_store_result ( resource $link ) : resource

Stil obiect-orientat

maxdb::store_result ( void ) : object

This function has no functionally effect.

Valorile întoarse

Returns a result resource or FALSE if an error occurred.

Exemple

See maxdb_multi_query().

A se vedea și

add a note add a note

User Contributed Notes

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