mysqli_stat mysqli->stat() Gets the current system status &reftitle.description; Procedural style: stringmysqli_stat mysqlilink Object oriented style (method): mysqli stringstat mysqli_stat returns a string containing information similar to that provided by the 'mysqladmin status' command. This includes uptime in seconds and the number of running threads, questions, reloads, and open tables. &reftitle.parameters; &mysqli.link.description; &reftitle.returnvalues; A string describing the server status. &false; if an error occurred. &reftitle.examples; Object oriented style stat()); $mysqli->close(); ?> ]]> Procedural style ]]> &example.outputs; &reftitle.seealso; mysqli_get_server_info