Your Ad Here

Saturday, November 7, 2009

What is the difference between the functions unlink and unset?

unlink() is a function for file system handling. It will simply delete the file in context.
unset() is a function for variable management. It will make a variable undefined.

No comments:

Post a Comment

Your Ad Here