update : 2015.11.03
php.shukuma.com검색:
|
mysqli::$host_infomysqli_get_host_info(PHP 5) mysqli::$host_info -- mysqli_get_host_info — Returns a string representing the type of connection used 설명객체 기반 형식 string $mysqli->host_info;
절차식 형식
Returns a string describing the connection represented by
the 반환값A character string representing the server hostname and the connection type. 예제Example #1 $mysqli->host_info example 객체 기반 형식
<?php 절차식 형식
<?php 위 예제들의 출력: Host info: Localhost via UNIX socket |