Vidyalelo
PHP · Q17

Regular Expressions

Programming · PHP · question 17

Q17

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

A.
explode()
B.
implode()
Answer
C.
concat()
D.
concatenate()

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board