diff options
author | Sterling Hughes <sterling@php.net> | 2000-12-08 14:37:49 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-12-08 14:37:49 +0000 |
commit | fe13e4b05dd0f71c6d39ec0a35bae306a7f55251 (patch) | |
tree | d4d90cb1bee988176e978ad9e3bbf1c879fb6ff9 /ext/standard/basic_functions.h | |
parent | c9f1fe638d98ff67c365d886c7308f4a423ec9bc (diff) | |
download | php-git-fe13e4b05dd0f71c6d39ec0a35bae306a7f55251.tar.gz |
@ Added the call_user_method_array function which allows you to call a method with an
@ arbitrary number of parameters. (Sterling)
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r-- | ext/standard/basic_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index 07c9cdc49c..c6142826ba 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -82,6 +82,7 @@ PHP_FUNCTION(error_log); PHP_FUNCTION(call_user_func); PHP_FUNCTION(call_user_func_array); PHP_FUNCTION(call_user_method); +PHP_FUNCTION(call_user_method_array); PHP_FUNCTION(register_shutdown_function); PHP_FUNCTION(highlight_file); |