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

Descrição

Estilo procedural

maxdb_store_result ( resource $link ) : resource

Estilo orientado à objeto

maxdb::store_result ( void ) : object

This function has no functionally effect.

Valor Retornado

Returns a result resource or FALSE if an error occurred.

Exemplos

See maxdb_multi_query().

Veja Também

add a note add a note

User Contributed Notes

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