aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-04-25 23:10:08 -0700
committerzotlabs <mike@macgirvin.com>2018-04-25 23:10:08 -0700
commit7b9946079f94edd0768f0db38e09034017cb544d (patch)
tree04219697006f05f43e09823b062a09267bd2eb4e /include/text.php
parentfe724acc3b78af5ed86b4bf0ff58bdd9b56356e2 (diff)
downloadvolse-hubzilla-7b9946079f94edd0768f0db38e09034017cb544d.tar.gz
volse-hubzilla-7b9946079f94edd0768f0db38e09034017cb544d.tar.bz2
volse-hubzilla-7b9946079f94edd0768f0db38e09034017cb544d.zip
function doc update
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php
index 645c15df0..ede62f582 100644
--- a/include/text.php
+++ b/include/text.php
@@ -2213,6 +2213,7 @@ function ids_to_querystr($arr,$idx = 'id',$quote = false) {
* @param $arr array
* @param $elm array key to extract from sub-array
* @param $delim string default ','
+ * @param $each filter function to apply to each element before evaluation, default is 'trim'.
* @returns string
*/