update : 2015.11.03
php.shukuma.com검색:
|
mysqli::$protocol_versionmysqli_get_proto_info(PHP 5) mysqli::$protocol_version -- mysqli_get_proto_info — Returns the version of the MySQL protocol used 설명객체 기반 형식 string $mysqli->protocol_version;
절차식 형식
Returns an integer representing the MySQL protocol version used by the
connection represented by the 반환값Returns an integer representing the protocol version. 예제Example #1 $mysqli->protocol_version example 객체 기반 형식
<?php 절차식 형식
<?php 위 예제들의 출력: Protocol version: 10 |