mysqli_stat mysqli->stat Gets the current system status 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.returnvalues; A string describing the server status. &false; if an error occurred. &reftitle.seealso; mysqli_get_server_info. &reftitle.examples; Object oriented style stat()); $mysqli->close(); ?> ]]> Procedural style ]]> &example.outputs;