From f12a6b7663827df15d2879869f9c15c439ad240e Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 5 Feb 2003 17:56:08 +0000 Subject: Added array_walk_recursive() function that can apply array_walk recursively to an array. --- ext/standard/php_array.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/standard/php_array.h') 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); -- cgit v1.2.1