maxdb_get_server_info
maxdb->server_info
Returns the version of the MaxDB server
&reftitle.description;
&style.procedural;
stringmaxdb_get_server_info
resourcelink
&style.oop;
maxdb
stringserver_info
Returns a string representing the version of the MaxDB server that the
MaxDB extension is connected to (represented by the
link parameter).
&reftitle.returnvalues;
A character string representing the server version.
&reftitle.examples;
Object oriented style
server_info);
/* close connection */
$maxdb->close();
?>
]]>
Procedural style
]]>
&example.outputs.similar;
]]>
&reftitle.seealso;
maxdb_get_client_info
maxdb_get_client_version
maxdb_get_server_version