PHP. Руководство по PHP. 2005
maxdb_multi_query
maxdb_multi_query
(PECL)maxdb_multi_query
(no version information, might be only in CVS)maxdb->multi_query -- Performs a query on the database
Description
Procedural style:bool maxdb_multi_query (resource link, string query)
Object oriented style (method):class maxdb {
bool multi_query (string query)
}
The maxdb_multi_query() works like the function
maxdb_query(). Multiple queries are not yet supported.
Return values
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Example
Пример 2. Procedural style
|
The above examples would produce the following output:
a |
maxdb_more_results
maxdb_next_result