Q. Which PHP function joins array elements into a string? (A) join() (B) implode() (C) Both join() and implode() (D) concat() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Both join() and implode() Explanation: join() is an alias of implode().