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