diff options
author | Daniela Mariaschi <daniela@php.net> | 2002-03-15 15:26:01 +0000 |
---|---|---|
committer | Daniela Mariaschi <daniela@php.net> | 2002-03-15 15:26:01 +0000 |
commit | 716e6a03db7639b4b9df1c58f6929c356e9ac765 (patch) | |
tree | bd8c6d5b58ba64178a086dd582dd2d92f9a22139 /ext/interbase/php_interbase.h | |
parent | 0ce019f715c26ef20aa768c08540f6c7d53753ff (diff) | |
download | php-git-716e6a03db7639b4b9df1c58f6929c356e9ac765.tar.gz |
added new ibase_fetch_assoc() php function
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r-- | ext/interbase/php_interbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index c0aff5ed9f..cf81592d49 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -45,6 +45,7 @@ PHP_FUNCTION(ibase_pconnect); PHP_FUNCTION(ibase_close); PHP_FUNCTION(ibase_query); PHP_FUNCTION(ibase_fetch_row); +PHP_FUNCTION(ibase_fetch_assoc); PHP_FUNCTION(ibase_fetch_object); PHP_FUNCTION(ibase_free_result); PHP_FUNCTION(ibase_prepare); |