PHP File Deleting-unlink() Function With Example

PHP File Deleting-unlink():

The unlink function is used to delete the file

  bool unlink ( string $filename [, resource $context ] ) 


Example:

Read Also: