Q. What is the purpose of the PHP function implode()?
β
Correct Answer: (B)
Join array elements into a string
Explanation: implode() joins array elements with a string separator.