/* }}} */
/* }}} */
-/* {{{ proto int dba_popen(string path, string mode, string handlername [, ...])
+/* {{{ proto int dba_popen(string path, string mode, string handlername [, string ...])
Opens path using the specified handler in mode persistently */
PHP_FUNCTION(dba_popen)
{
}
/* }}} */
-/* {{{ proto int dba_open(string path, string mode, string handlername [, ...])
+/* {{{ proto int dba_open(string path, string mode, string handlername [, string ...])
Opens path using the specified handler in mode*/
PHP_FUNCTION(dba_open)
{