modifier.implode.php
Modifier Plugin
Tags
Table of Contents
- jtpl_modifier_common_implode() : string
- modifier plugin : apply the implode function on the given value
Functions
jtpl_modifier_common_implode()
modifier plugin : apply the implode function on the given value
jtpl_modifier_common_implode(mixed $arr[, mixed $glue = " " ]) : string
Parameters
- $arr : mixed
- $glue : mixed = " "