maxdb_store_result

maxdb_store_result

(PECL)

maxdb_store_result

(no version information, might be only in CVS)

maxdb->store_result -- Transfers a result set from the last query

Description

Procedural style:

resource maxdb_store_result ( resource link )

Object oriented style (method):

class maxdb {

object store_result ( void )

}

This function has no functionally effect.

Return values

Returns a result resource or FALSE if an error occurred.

Example

See maxdb_multi_query().

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.