|
PHP5中文手册
maxdb_statmaxdb->stat(PECL maxdb:1.0-7.6.00.38) maxdb->stat — Gets the current system status 说明Procedural style:
string maxdb_stat
( resource $link
)
Object oriented style (method): maxdb
string maxdb->stat
( void
)
maxdb_stat() returns a string containing several information about the MaxDB server running. 返回值A string describing the server status. FALSE if an error occurred. 范例Example#1 Object oriented style
<?php Example#2 Procedural style
<?php The above examples would produce the following output:
|