PHP Manuál | ||
---|---|---|
Predchádzajúci | Nasledujúci |
(no version information, might be only in CVS)
maxdb_get_server_info(no version information, might be only in CVS)
maxdb->server_info -- Returns the version of the MaxDB serverProcedural style:
string maxdb_get_server_info ( resource link )Object oriented style (property):
class maxdb {Returns a string representing the version of the MaxDB server that the MaxDB extension is connected to (represented by the link parameter).
Príklad 2. Procedural style
|
The above examples would produce the following output:
Server version: Kernel 7<...> |
Predchádzajúci | Domov | Nasledujúci |
maxdb_get_proto_info | Hore | maxdb_get_server_version |