summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2023-03-23 16:04:33 +0100
committerUrban Müller2023-03-23 16:04:33 +0100
commit539712a43c2568849bc119081f12606bc8029e3c (patch)
tree3654ce960a22944083bd895f96a1bf0665c815cb /it.class
parent7f4c4b82275852786f373b13ed54d8d6d635b99f (diff)
downloaditools-539712a43c2568849bc119081f12606bc8029e3c.tar.gz
itools-539712a43c2568849bc119081f12606bc8029e3c.tar.bz2
itools-539712a43c2568849bc119081f12606bc8029e3c.zip
docs
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 2e5c6f8..6167dbe 100644
--- a/it.class
+++ b/it.class
@@ -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)
*/