Q&A
Questions
Tags
Login
Sign up
Questions
/ What is the difference between unset() and unlink()?
0
What is the difference between unset() and unlink()?
Asked 2 months ago · Viewed 0 times
unset() destroys a variable, while unlink() deletes a file from the file system.
php
functions
Bookmark
Report
asked by
chance
No comments yet.
Comment
1 Answer
0
unset() destroys a variable, while unlink() deletes a file from the file system.
answered 2 months ago by
chance
No comments yet.
Comment
Your Answer
Post Your Answer
No comments yet.