From 770c66125d176dbc2296af31b1b32d342d91917f Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Fri, 16 Mar 2001 20:46:33 +0000 Subject: @- Added array_filter(), which allows filtering of array elements via @ the specified callback. (Andrei) --- 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 b38209d6f5..226574df92 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -75,6 +75,7 @@ PHP_FUNCTION(array_unique); PHP_FUNCTION(array_intersect); PHP_FUNCTION(array_diff); PHP_FUNCTION(array_sum); +PHP_FUNCTION(array_filter); HashTable* php_splice(HashTable *, int, int, zval ***, int, HashTable **); PHPAPI void php_array_merge(HashTable *dest, HashTable *src, int recursive); -- cgit v1.2.1