dba_handlers List all the handlers available &reftitle.description; arraydba_handlers boolfull_info dba_handlers list all the handlers supported by this extension. &reftitle.parameters; full_info Turns on/off full information display in the result. The default is &false;. &reftitle.returnvalues; 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. When the internal cdb library is used you will see cdb and cdb_make. &reftitle.examples; <function>dba_handlers</function> Example $handler_version) { // clean the versions $handler_version = str_replace('$', '', $handler_version); echo " - $handler_name: $handler_version\n"; } ?> ]]> &example.outputs.similar;