join

Return a String that gathers the elements of a list, separated by the String glue.
join($data , glue ) : String
$data.join( glue ) : String
Parameters
$data List
See also
Examples

How to convert a List into a String (with glue)