(PECL maxdb >= 1.0)
Performs a query on the database
bool maxdb_multi_query ( resource $link, string $query )
Procedural style
Object oriented style
bool maxdb::multi_query ( string $query )
The maxdb_multi_query() works like the function maxdb_query(). Multiple queries are not yet supported.
Returns:
Returns TRUE on success or FALSE on failure.