diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-25 23:10:08 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-25 23:10:08 -0700 |
commit | 7b9946079f94edd0768f0db38e09034017cb544d (patch) | |
tree | 04219697006f05f43e09823b062a09267bd2eb4e /include | |
parent | fe724acc3b78af5ed86b4bf0ff58bdd9b56356e2 (diff) | |
download | volse-hubzilla-7b9946079f94edd0768f0db38e09034017cb544d.tar.gz volse-hubzilla-7b9946079f94edd0768f0db38e09034017cb544d.tar.bz2 volse-hubzilla-7b9946079f94edd0768f0db38e09034017cb544d.zip |
function doc update
Diffstat (limited to 'include')
-rw-r--r-- | include/text.php | 1 |
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 */ |