PHP » GoLang |
login |
register |
about
|
maxdb_statmaxdb::stat(PECL maxdb >= 1.0) maxdb_stat -- maxdb::stat — Gets the current system status DescriptionProcedural style
string maxdb_stat
( resource
$link
)Object oriented style
string maxdb::stat
( void
)
maxdb_stat() returns a string containing several information about the MaxDB server running. Return Values
A string describing the server status. ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: System status: Kernel 7<...> |
more
Recently updated
more
Most requested
more
Last requests
|