update : 2015.11.03
php.shukuma.com검색:
|
maxdb_statmaxdb::stat(PECL maxdb >= 1.0) maxdb_stat -- maxdb::stat — Gets the current system status 설명절차식 형식
string maxdb_stat
( resource
$link
)객체 기반 형식
string maxdb::stat
( void
)
maxdb_stat() returns a string containing several information about the MaxDB server running. 반환값
A string describing the server status. 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: System status: Kernel 7<...> |