maxdb_get_proto_info maxdb->protocol_version Returns the version of the MaxDB protocol used &reftitle.description; &style.procedural; intmaxdb_get_proto_info resourcelink &style.oop; 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 ]]> &example.outputs.similar; &reftitle.seealso; maxdb_get_host_info