Published on : August 13, 2020
Title | : | php.join |
Purpose | : | Join array elements with a string. |
Syntax | : | [php.join p1=” ” p2={template.test} o.set=template.aStr /] |
Input Parameter | : | p1: separator(optional) p2: Array |
Return Value | : | Returns a string from elements of an array. |
Example | [php.join p1=” ” p2={template.test} o.set=template.aStr /] |