update : 2015.11.03
php.shukuma.com검색:
|
maxdb_get_proto_infomaxdb::protocol_version(PECL maxdb >= 1.0) maxdb_get_proto_info -- maxdb::protocol_version — Returns the version of the MaxDB protocol used 설명절차식 형식
int maxdb_get_proto_info
( resource
$link
)객체 기반 형식 string $maxdb->protocol_version;
Returns an integer representing the MaxDB protocol version used by the
connection represented by the 반환값Returns an integer representing the protocol version (constant 10). 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: Protocol version: 10 |