update : 2015.11.03
php.shukuma.com검색:
|
maxdb_get_server_infomaxdb::server_info(PECL maxdb >= 1.0) maxdb_get_server_info -- maxdb::server_info — Returns the version of the MaxDB server 설명절차식 형식
string maxdb_get_server_info
( resource
$link
)객체 기반 형식 string $maxdb->server_info;
Returns a string representing the version of the MaxDB server that the
MaxDB extension is connected to (represented by the
반환값A character string representing the server version. 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: Server version: Kernel 7<...> 참고
|