Home »
MCQs »
PHP MCQs
What is the complete syntax of join() function in PHP?
50. What is the complete syntax of join() function in PHP?
- join(string1, string2)
- join(string1, string2, separator)
- join(separator, array)
- join(separator, string1, string2)
Answer: C) join(separator, array)
Explanation:
The complete syntax of join() function is:
join(separator, array)