unlink

(PHP3 , PHP4 )

unlink -- Delete a file

Description

int unlink (string filename)

Deletes filename. Similar to the Unix C unlink() function.

Returns 0 or FALSE on an error.

See also rmdir() for removing directories.

Megjegyzés: This function may not work on Windows systems.