PHP » GoLang |
login |
register |
about
|
dba_handlers(PHP 4 >= 4.3.0, PHP 5, PHP 7) dba_handlers — List all the handlers available Description
array dba_handlers
([ bool
$full_info = FALSE
] )dba_handlers() list all the handlers supported by this extension. Parameters
Return Values
Returns an array of database handlers. If
Examples
Example #1 dba_handlers() Example
<?php The above example will output something similar to: Available DBA handlers: - cdb: 0.75, Revision: 1.3.2.3 - cdb_make: 0.75, Revision: 1.2.2.4 - db2: Sleepycat Software: Berkeley DB 2.7.7: (08/20/99) - inifile: 1.0, Revision: 1.6.2.3 - flatfile: 1.0, Revision: 1.5.2.4 |
more
Recently updated
more
Most requested
more
Last requests
|