What is the difference between the functions UNLINK
and UNSET?
Answer Posted / vineet sharma
unset() function is to destroy the temporary declared variable.
Unlink function is used to remove the link from the file
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I check if a given variable is empty?
Which functions are used to remove whitespaces from the string?
What is the main difference between require() and require_once()?
What is an anti csrf token?
Is key in array php?
What is the difference between for and foreach in php?
What is $_ post in php?
Can you explain, when to use if-else if-else over switch statements?
How to open standard output as a file handle?
What is include in php?
What is empty php?
How to retrieve values out of an array?
Will php die?
Why delimiter is used in mysql?
Explain some of the php string functions?