diff options
author | Urban Müller | 2024-07-11 00:47:45 +0200 |
---|---|---|
committer | Urban Müller | 2024-07-11 00:47:45 +0200 |
commit | a0ffbff973ec6171175aa8b1306e009f2d01238e (patch) | |
tree | 08ece51870351abdfd222357212e00fdc8c93d0b | |
parent | c849c1025b70a42c42e832ebb9844f2d51657aed (diff) | |
download | itools-a0ffbff973ec6171175aa8b1306e009f2d01238e.tar.gz itools-a0ffbff973ec6171175aa8b1306e009f2d01238e.tar.bz2 itools-a0ffbff973ec6171175aa8b1306e009f2d01238e.zip |
docs
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1107,7 +1107,7 @@ static function createfunc($code) /** * Iterate over an array, replacing every element by function value or expression - * @param $code The function (gets val or key,val depending on argcount) or string expression (gets $k and $v) to apply. Returns new val + * @param $code The function (gets val or key,val depending on argcount) or string expression ($k and $v are set) to apply. Returns new val * @param $array The array to iterate over * @param $p['keys'] Only modify elements with given keys (keys can be array or comma separated) */ |