InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following functions can be used to concatenate array elements to form a single delimited string?(a) explode()(b) implode()(c) concat()(d) concatenate()I had been asked this question in an interview for internship.Enquiry is from Strings and Regular Expressions topic in chapter Strings and Regular Expressions of PHP |
|
Answer» Correct OPTION is (B) IMPLODE() |
|