Which One Of The Following Functions Can Be Used To Concatenate #157
Which one of the following functions can be used to concatenate array elements to form a single delimited string?
This multiple choice question (MCQ) is related to the book/course
gs gs107 PHP: Hypertext Preprocessor.
It can also be found in
gs gs107 Strings and Regular Expressions - PHP Strings & Regular Expressions - Quiz No.2.
Which one of the following functions can be used to concatenate array elements to form a single delimited string?
explode()
implode()
concat()
concatenate()