Home » PHP » PHP Strings » Question
  1. Which one of the following functions can be used to concatenate array elements to form a single delimited string?
    1. concat()
    2. concatenate()
    3. explode()
    4. implode()
    5. None of these
Correct Option: D

implode()



Your comments will be displayed only after manual approval.