(PHP 4)
dblist — Describes the DBM-compatible library being used
Describes the GDBM version.
Returns a string describing the GDBM version.
Example#1 Getting the information on the command line
[marcus@zaphod marcus]$ php -r 'echo dblist();'
This is GDBM version 1.8.0, as of May 19, 1999.