update : 2015.11.03
php.shukuma.com검색:
|
maxdb_get_host_infomaxdb::get_host_info(PECL maxdb >= 1.0) maxdb_get_host_info -- maxdb::get_host_info — Returns a string representing the type of connection used 설명절차식 형식
string maxdb_get_host_info
( resource
$link
)객체 기반 형식 string $maxdb->host_info;
The maxdb_get_host_info() function returns a string
describing the connection represented by the 반환값A character string representing the server hostname and the connection type. 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: Host info: localhost |