Which one of the following functions can be used to concatenate array elements to form a single delimited string?
A
explode()
B
implode()
C
concat()
D
concatenate()
Correct Answer: implode()