PHP » GoLang |
login |
register |
about
|
GoLang maxdb_multi_query
request it (392)
GoLang replacement for PHP's maxdb_multi_query
[edit | history]
maxdb_multi_querymaxdb::multi_query(PECL maxdb >= 1.0) maxdb_multi_query -- maxdb::multi_query — Performs a query on the database DescriptionProcedural style
bool maxdb_multi_query
( resource
$link
, string $query
)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. Return Values
Returns ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: a See Also
|
more
Recently updated
more
Most requested
more
Last requests
|