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 can you increase the maximum execution time of a script in php?
Tell me how can we display information of a variable and readable by human with php?
How many types of arrays are there in php?
What is session in php w3schools?
Why delimiter is used in mysql?
Why super () is used in java?
How to get number of elements in an array?
Tell me how would you declare a function that receives one parameter name hello?
Why do we use cookie?
What is the purpose of $_ session?
What is the difference between php4 and php5?
Is age interval or ordinal data?
Which Scripting Engine PHP uses?
Explain the visibility of the property or method?
How to take a substring from a given string in php?