What is the difference between the functions UNLINK
and UNSET?
Answer Posted / raju kumar
unlink used for delete file from directory and unset used
for destroy variable like session.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How can you pass a variable by reference?
How long should a session last?
How can we connect to a mysql database from a php script?
Which function is used to read a file removing the html and php tags in it upwork?
Why and where do we use htaccess?
What is the difference between session_unregister() and session_unset()?
Can php run on windows server?
How do you check if a variable has been set in php?
Tell me how can you pass a variable by reference?
What is the use of array_search() in php?
What type of operation is needed when passing values through a form or an url?
What is csrf cookie?
Tell me how to initiate a session in php?
Can constructor be private in php?
How to update memcached when you make changes to php?