|
PHP5中文手册
dba_handlers(PHP 4 >= 4.3.0, PHP 5) dba_handlers — List all the handlers available 说明
array dba_handlers
([ bool $full_info
] )
dba_handlers() list all the handlers supported by this extension. 参数
返回值Returns an array of database handlers. If full_info is set to TRUE, the array will be associative with the handlers names as keys, and their version information as value. Otherwise, the result will be an indexed array of handlers names.
范例
Example#1 dba_handlers() Example
<?php 上例的输出类似于:
|