diff options
author | Urban Müller | 2023-03-23 16:04:33 +0100 |
---|---|---|
committer | Urban Müller | 2023-03-23 16:04:33 +0100 |
commit | 539712a43c2568849bc119081f12606bc8029e3c (patch) | |
tree | 3654ce960a22944083bd895f96a1bf0665c815cb /it.class | |
parent | 7f4c4b82275852786f373b13ed54d8d6d635b99f (diff) | |
download | itools-539712a43c2568849bc119081f12606bc8029e3c.tar.gz itools-539712a43c2568849bc119081f12606bc8029e3c.tar.bz2 itools-539712a43c2568849bc119081f12606bc8029e3c.zip |
docs
Diffstat (limited to 'it.class')
-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 value as args) or expression as string (gets $k and $v) to apply + * @param $code The function (gets key and val as args) or expression as string (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) */ |