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
How to create an array of a group of items inside an html form?
Does https prevent csrf?
How to do single and multi line comment in php?
Tell me what is the meaning of a final class and a final method?
Can we override magic methods in php?
How to get complete current page url in php?
Is gender a dependent variable?
What is the difference between array_pop() and array_push()?
What is $_ get?
How to download file in php?
How to convert the first character to upper case?
What is form validation in php?
How do I debug php?
Is null function in php?
How to define a user function?