update : 2015.11.03
php.shukuma.com검색:
|
mysqli::$client_infomysqli_get_client_info(PHP 5) mysqli::$client_info -- mysqli_get_client_info — Get MySQL client info 설명객체 기반 형식 string $mysqli->client_info;
절차식 형식 Returns a string that represents the MySQL client library version. 반환값A string that represents the MySQL client library version 예제
Example #1 mysqli_get_client_info
<?php 참고
|