File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -788,15 +788,15 @@ static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
788
788
/* }}} */
789
789
#undef FREENOW
790
790
791
- /* {{{ proto int dba_popen(string path, string mode [, string handlername, string ...])
791
+ /* {{{ proto resource dba_popen(string path, string mode [, string handlername, string ...])
792
792
Opens path using the specified handler in mode persistently */
793
793
PHP_FUNCTION (dba_popen )
794
794
{
795
795
php_dba_open (INTERNAL_FUNCTION_PARAM_PASSTHRU , 1 );
796
796
}
797
797
/* }}} */
798
798
799
- /* {{{ proto int dba_open(string path, string mode [, string handlername, string ...])
799
+ /* {{{ proto resource dba_open(string path, string mode [, string handlername, string ...])
800
800
Opens path using the specified handler in mode*/
801
801
PHP_FUNCTION (dba_open )
802
802
{
You can’t perform that action at this time.
0 commit comments