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
Name some of the popular frameworks in php.
What is difference between post and put in rest?
Explain about the $_GET variable of PHP?
What are the correct and the most two common way to start and finish a PHP block of code?
How to send email using php script?
What are different types of errors available in Php?
Why php script is not running in browser?
How to add 301 redirects in PHP?
How to calculate the difference between two dates using php?
How to initiate a session in php?
What is the difference between static and dynamic websites?
What are the difference between array_keys() and array_key_exists() in php?
What is the difference between include and require?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
Tell me what is pear?