maxdb_get_proto_info
maxdb->protocol_version
Returns the version of the MaxDB protocol used
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).
See also
maxdb_get_host_info
Example
Object oriented style
protocol_version);
/* close connection */
$maxdb->close();
?>
]]>
Procedural style
]]>
The above examples would produce the following output: