What is the difference between the functions UNLINK
and UNSET?
Answer Posted / subrat
unlink: is used to delete a file
unset is used to destroy an eralier declared variable
| Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
What is php programming used for?
What is meant by public, private, protected, static and final scopes?
What is php built on?
What is $_ request?
What is difference between echo and print_r in php?
Is php easier than javascript?
Is set in php?
Why echo is faster than print in php?
What is meant by pdo in php?
Differentiate echo vs. Print statement.
List types of array are available in php?
What are the disadvantages of php?
Please explain is it possible to use com component in php?
Tell me how to find current date and time?
What is the php function that removes the first element of the array and returns it?