diff options
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1120,7 +1120,7 @@ static function map($code, $array, $p = null) /** * Return only elements of $array for which $code argument evaluates to true. Preserves keys - * @param $code The function (gets key and value as args) or string expression (gets $k and $v) to evaluate + * @param $code The function (gets val or key,val) or string expression (gets $k and $v) to evaluate */ static function filter($code, $array) { |