maxdb_get_server_info
maxdb->server_info
Returns the version of the MaxDB server
Description
Procedural style:
stringmaxdb_get_server_info
resourcelink
Object oriented style (property):
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.
See also
maxdb_get_client_info,
maxdb_get_client_version,
maxdb_get_server_version
Example
Object oriented style
server_info);
/* close connection */
$maxdb->close();
?>
]]>
Procedural style
]]>
The above examples would produce the following output:
]]>