unlink Deletes a file &reftitle.description; boolunlink stringfilename resourcecontext Deletes filename. Similar to the Unix C unlink() function. A E_WARNING level error will be generated on failure. &reftitle.parameters; filename Path to the file. context ¬e.context-support; &reftitle.returnvalues; &return.success; &reftitle.changelog; &Version; &Description; 5.0.0 As of PHP 5.0.0 unlink can also be used with some URL wrappers. Refer to for a listing of which wrappers support unlink. &reftitle.examples; Basic <function>unlink</function> usage Hello world!'); fclose($fh); unlink('test.html'); ?> ]]> &reftitle.seealso; rmdir