dba_handlers

PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
dba_handlers - List all the handlers available
Manual
Code Examples

dba_handlers( [bool$full_info = false] ): array

dba_handlers list all the handlers supported by this extension.

Parameters

full_info

Turns on/off full information display in the result.

Return Values

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.

Note:

When the internal cdb library is used you will see cdb and cdb_make.

Example of dba_handlers

Show all examples for dba_handlers

PHP Version:


Function dba_handlers:

Database (dbm-style) Abstraction Layer Functions

Most used PHP functions