Query: dba_handlers
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBA_HANDLERS(3) 1 DBA_HANDLERS(3) dba_handlers - List all the handlers availableSYNOPSISarray dba_handlers ([bool $full_info = false])DESCRIPTIONdba_handlers(3) list all the handlers supported by this extension.PARAMETERSo $full_info - Turns on/off full information display in the result.RETURN VALUESReturns 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.EXAMPLESExample #1 dba_handlers(3) Example <?php echo "Available DBA handlers: "; foreach (dba_handlers(true) as $handler_name => $handler_version) { // clean the versions $handler_version = str_replace('$', '', $handler_version); echo " - $handler_name: $handler_version "; } ?> 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 PHP Documentation Group DBA_HANDLERS(3)
Related Man Pages |
---|
pcntl_signal_dispatch(3) - php |
cairo_svg_surface_get_versions(3) - php |
fbsql_fetch_array(3) - php |
geoip_db_get_all_info(3) - php |
xslt_set_sax_handlers(3) - php |
Similar Topics in the Unix Linux Community |
---|
Need Info |
A DBA's Journey in the Sun: Solaris and OpenSolaris over Linux |
Result set into an array |
/db2home full issue in db2 |
Regarding Admin life either as DBA or UNIX Linux admin |