PHP. Руководство по PHP. 2005
maxdb_get_server_info
maxdb_get_server_info
(PECL)maxdb_get_server_info
(no version information, might be only in CVS)maxdb->server_info -- Returns the version of the MaxDB server
Description
Procedural style:string maxdb_get_server_info (resource link)
Object oriented style (property):class maxdb {
string server_info
}
Returns a string representing the version of the MaxDB server that the MaxDB extension is connected to (represented by the link parameter).