|
PHP5中文手册
maxdb_get_proto_infomaxdb->protocol_version(No version information available, might be only in CVS) maxdb->protocol_version — Returns the version of the MaxDB protocol used 说明Procedural style:
int maxdb_get_proto_info
( resource $link
)
Object oriented style (property): maxdb
string$protocol_version;
Returns an integer representing the MaxDB protocol version used by the connection represented by the link parameter. 返回值Returns an integer representing the protocol version (constant 10). 范例Example#1 Object oriented style
<?php Example#2 Procedural style
<?php The above examples would produce the following output:
|