What is the complete syntax of join() function in PHP?

50. What is the complete syntax of join() function in PHP?

  1. join(string1, string2)
  2. join(string1, string2, separator)
  3. join(separator, array)
  4. join(separator, string1, string2)

Answer: C) join(separator, array)

Explanation:

The complete syntax of join() function is:

join(separator, array)

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.