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
What is advanced php programming?
What is use of count() function in php?
What is the main difference between asp net and php?
What are the functions for imap?
Which function would you use to format date information in php?
What is the difference between single-quoted and double-quoted strings in php?
Tell me how can we change the maximum size of the files to be uploaded?
Is json a string php?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is the difference between "echo" and "print" in php?
How to invoke a user function?
What is active record in php?
Explain Booleans in PHP?
Which is the best web server?
How to get a random value from a php array?