Wednesday, 24 August 2011

What is the use of unlink(), unset() inPHP?

unlink():- This is used to delete the file from given location and file name

unset():- by using unset() function we can remove or reset the variable value.

No comments:

Post a Comment