the
implode
of
(
list ,
delimiter )
implode
(
list ,
delimiter )
List yields a list
of strings
. Delimiter yields a string
.
The implode
function returns the string concatenation of all of its arguments, with the specified delimiter between each argument.