|
PHP5中文手册
maxdb_get_server_infomaxdb->server_info(No version information available, might be only in CVS) maxdb->server_info — Returns the version of the MaxDB server 说明Procedural style:
string maxdb_get_server_info
( resource $link
)
Object oriented style (property): 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). 返回值A character string representing the server version. 范例Example#1 Object oriented style
<?php Example#2 Procedural style
<?php The above examples would produce the following output:
|