diff options
| author | Marcus Boerger <helly@php.net> | 2003-11-12 21:43:03 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-11-12 21:43:03 +0000 |
| commit | daaef88047db285b4f1d6220651801d244e60312 (patch) | |
| tree | 07b28542ee7ec64a0730333cf17d2733b2b65a26 /ext/dba/php_dba.h | |
| parent | 2dd35c0e8feeb5e74286723754a518c19b33f3a5 (diff) | |
| download | php-git-daaef88047db285b4f1d6220651801d244e60312.tar.gz | |
Add helper function that splits inifile keys into an array which again
can be used in dba_fetch calls.
Diffstat (limited to 'ext/dba/php_dba.h')
| -rw-r--r-- | ext/dba/php_dba.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h index 08dadbdb2d..bc13ea62dc 100644 --- a/ext/dba/php_dba.h +++ b/ext/dba/php_dba.h @@ -138,6 +138,7 @@ PHP_FUNCTION(dba_optimize); PHP_FUNCTION(dba_sync); PHP_FUNCTION(dba_handlers); PHP_FUNCTION(dba_list); +PHP_FUNCTION(dba_key_split); #else #define dba_module_ptr NULL |
