|
maxdb_infomaxdb::infoRetrieves information about the most recently executed query BeschreibungProzeduraler Stil
string maxdb_info
( resource
$link
)Objektorientierter Stil string$maxdb->info;
The maxdb_info function returns a string providing information about the last query executed. The nature of this string is provided below:
RückgabewerteA character string representing additional information about the most recently executed query. BeispieleBeispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Records: 25 Duplicates: 0 Warnings: 0 Siehe auch
|