Q. Which PHP function joins array elements into a string?
β
Correct Answer: (C)
Both join() and implode()
Explanation: join() is an alias of implode().