diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-02-05 17:56:08 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-02-05 17:56:08 +0000 |
commit | f12a6b7663827df15d2879869f9c15c439ad240e (patch) | |
tree | 056f9761b42bc80ec87abedfa94990e1820d033f /ext/standard/php_array.h | |
parent | f660d28143cc105463082eb5e6612c5cc3d114e3 (diff) | |
download | php-git-f12a6b7663827df15d2879869f9c15c439ad240e.tar.gz |
Added array_walk_recursive() function that can apply array_walk recursively
to an array.
Diffstat (limited to 'ext/standard/php_array.h')
-rw-r--r-- | ext/standard/php_array.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index 3352e290b2..8b0c0f1965 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -39,6 +39,7 @@ PHP_FUNCTION(usort); PHP_FUNCTION(uasort); PHP_FUNCTION(uksort); PHP_FUNCTION(array_walk); +PHP_FUNCTION(array_walk_recursive); PHP_FUNCTION(count); PHP_FUNCTION(end); PHP_FUNCTION(prev); |