What is the difference between the functions unlink and unset?
Answer Posted / jitendra k jain
unlink is a function to delete a file from specified location where as unset() is a function that will distroy memory allocated to that variable. it means it will remove variable from memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name and explain five of the PHP error constants?
What is session php?
What is mysql_fetch_row?
Which function gives us the number of affected entries by a query?
How do we get the current session id?
Write down the code for save an uploaded file in php.
How send email in php?
How to retrieve the original query string?
Tell me how to find the length of a string?
What are magic methods?
What is a http session?
What is the use of mysql_fetch_assoc in php?
How a constant is defined in a php script?
What is $_session in php?
What is framework? How it works? What is advantage?