What is the difference between the functions unlink and unset? zendnwar July 24, 2012 PHP Basic 0 Comments unlink() deletes the given file from the file system. unset() makes a variable undefined. Related Posts Explain the difference between $var and $$var? zendnwar July 25, 2012 Explain the difference between $var and $$var? $var is a variable and $$var is a variable of an .. What is the difference between Split and Explode? zendnwar July 20, 2012 split()-used for JavaScript for processing the string and the explode()-used to convert the Str ..