|
PHP5中文手册
db2_client_info(PECL ibm_db2:1.1.1-1.6.2) db2_client_info — Returns an object with properties that describe the DB2 database client 说明
object db2_client_info
( resource $connection
)
This function returns an object with read-only properties that return information about the DB2 database client. The following table lists the DB2 client properties:
参数
返回值Returns an object on a successful call. Returns FALSE on failure. 范例
Example#1 A db2_client_info() example To retrieve information about the client, you must pass a valid database connection resource to db2_client_info().
<?php 上例将输出:
|