Q:

Which one of the following functions can be used to concatenate array elements to form a single delimited string?

0

Which one of the following functions can be used to concatenate array elements to form a single delimited string?


  1. explode()
  2. implode()
  3. concat()
  4. concatenate()

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).implode()

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

PHP STRINGS AND REGULAR EXPRESSIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which one of the following functions finds the las... >>
<< What will be the output of the following PHP code?...