diff options
author | Urban Müller | 2023-03-30 04:17:39 +0200 |
---|---|---|
committer | Urban Müller | 2023-03-30 04:17:39 +0200 |
commit | be4f996e7a3b51d39d6526855af47e01cd8dc293 (patch) | |
tree | 8452b090c96bea3c981cd2453fa0b9297f75004a | |
parent | dbfb068d483284721ec6672da55de42b45d9e406 (diff) | |
download | itools-be4f996e7a3b51d39d6526855af47e01cd8dc293.tar.gz itools-be4f996e7a3b51d39d6526855af47e01cd8dc293.tar.bz2 itools-be4f996e7a3b51d39d6526855af47e01cd8dc293.zip |
docs
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1096,7 +1096,7 @@ static function createfunc($code) /** * Iterate over an array, replacing every element by function value or expression - * @param $code The function (gets key and val as args) or expression as string (gets $k and $v) to apply. Returns new val + * @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 $array The array to iterate over * @param $p['keys'] Only modify elements with given keys (keys can be array or comma separated) */ |