Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
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 serverDescription
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).
Example
PÅ™Ãklad 2. Procedural style
|
The above examples would produce the following output:
Server version: Kernel 7<...> |
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
maxdb_get_proto_info | Nahoru |