Home > PHP > Function > DBA > dba_handlers()

dba_handlers()

dba_handlers - List all the handlers available

Syntax

array dba_handlers (bool $full_info)

Arguments

  • full_info - Turns on/off full information display in the result.

Description

dba_handlers() list all the handlers supported by this extension.

Version

PHP 4.3.0, 5

Return value

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.