Answer Posted / -=pkg=-
The implode() function takes an already existing array as
it's argument, and concatenates the contents of
each element in the array into a string.
where as explode() function performs reverse to implode()
function. It splits the string into items by a
delimiter, such as a dash, ampersand, space and places each
item into a new array.
| Is This Answer Correct ? | 52 Yes | 8 No |
Post New Answer View All Answers
What is polymorphism?
How to convert strings to upper or lower cases?
Is not null mysql?
Can we override static method in php?
Explain why would we use === instead of ==?
What is php simple definition?
Does csrf token change?
Do loops php?
How do I install php and apache on windows 10?
What is singleton pattern in php?
Explain me how failures in execution are handled with include() and require() functions?
How to open a file for reading?
Where is the functions php in wordpress?
How to create a text file in PHP?
What is the use of header() function in PHP? What the Limitation of HEADER()?