maxdb_stat
maxdb->stat
Gets the current system status
Description
Procedural style:
stringmaxdb_stat
resourcelink
Object oriented style (method):
maxdb
stringmaxdb->stat
maxdb_stat returns a string containing several
information about the MaxDB server running.
Return values
A string describing the server status. &false; if an error occurred.
See also
maxdb_get_server_info
Example
Object oriented style
stat());
$maxdb->close();
?>
]]>
Procedural style
]]>
The above examples would produce the following output:
]]>