Answer Posted / jaimin
Explode function is use to convert string into an array and
Implode function is use to convert an array into string.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to create a session? How to set a value in session?
What is the best way to change the key without changing the value of a php array element?
What backslash character will match whitespace?
Do you know what is the difference between the include() and require() functions?
Why die is used in php?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Is there an easy way to delete an element from a php array?
What is the use of mysql_fetch_array in php?
What is default session time in php?
Explain what is the function file_get_contents() usefull for?
What are the advantages of oops in php?
How many escape sequences are recognized in double-quoted strings in php?
Is php dying 2018?
How the values are ordered in an array?
What is the use of header in php?