maxdb_store_result

maxdb::store_result

(PECL maxdb >= 1.0)

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

Opis

Styl proceduralny

maxdb_store_result ( resource $link ) : resource

Styl obiektowy

maxdb::store_result ( void ) : object

This function has no functionally effect.

Zwracane wartości

Returns a result resource or FALSE if an error occurred.

Przykłady

See maxdb_multi_query().

Zobacz też:

add a note add a note

User Contributed Notes

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