InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between The Functions Unlink And Unset? |
|
Answer» The Unlink() function DELETES the FILE WHEREAS Unset() makes a set variable as UNDEFINED. The Unlink() function deletes the file whereas Unset() makes a set variable as undefined. |
|