diff options
Diffstat (limited to 'smp.1')
-rw-r--r-- | smp.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ Not the best way to do this, it is not sensibly recursive. .IP "\fBarray_size(<macro_name>)\fR" Will return number of elements in a macro array. +.IP "\fBexplode(<array_name>, <delimiter>, <input>)\fR" +Explode a input into individual array elements. + .IP "\fBformat_time(<format>, <time>)\fR" Format a RFC3339-timestamp to the specified format. Format is similar to strftime. Only available if the \fBtime\fR-feature was enabled during compilation. |