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

48. What is the complete syntax of chunk_split() function in PHP?

  1. chunk_split(string,length,end)
  2. chunk_split(string)
  3. chunk_split(string,end)
  4. chunk_split(length)

Answer: A) chunk_split(string,length,end)

Explanation:

The complete syntax of chunk_split() function is:

chunk_split(string,length,end)

Comments and Discussions!

Load comments ↻






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