programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
Programming FAQs

Difference between unlink and unset ?

unlink() - to delete the

unlink() - to delete the file
unlink($file);
unset() - to undefine the variable
unset($var);