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