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 make horizonatl menu and vertical menu responsive
What is data structure in php?
Explain the difference between $var and $$var?
Is php class name case sensitive?
What type of comments are supported by PHP.
How to get ip address of clients machine?
What are the data types in php?
What is nan value?
How to create a mysql connection?
Can we learn php without html?
How many types of errors in php?
What is the difference between abstract class and interface in php?
What is the use of stripslashes in php?
What are the four scalar types of php?
What is nginx and what is it used for?