|
maxdb_multi_querymaxdb::multi_queryPerforms a query on the database BeschreibungProzeduraler Stil
bool maxdb_multi_query
( resource
$link
, string $query
)Objektorientierter Stil
bool maxdb::multi_query
( string
$query
)The maxdb_multi_query works like the function maxdb_query. Multiple queries are not yet supported. Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: a Siehe auch
|