maxdb_get_proto_info maxdb->protocol_version Returns the version of the MaxDB protocol used &reftitle.description; Procedural style: intmaxdb_get_proto_info resourcelink Object oriented style (property): maxdb stringprotocol_version Returns an integer representing the MaxDB protocol version used by the connection represented by the link parameter. &reftitle.returnvalues; Returns an integer representing the protocol version (constant 10). &reftitle.examples; Object oriented style protocol_version); /* close connection */ $maxdb->close(); ?> ]]> Procedural style ]]> The above examples would produce the following output: &reftitle.seealso; maxdb_get_host_info