Home  >  Article  >  Backend Development  >  PHP unlink() function

PHP unlink() function

高洛峰
高洛峰Original
2017-02-09 10:12:213048browse

Definition and usage

unlink() function deletes files.

If successful, return true, otherwise return false.

Syntax

unlink(filename,context)
ParametersDescription
filename Required. Specifies the files to be deleted.
contextOptional. Specifies the environment for a file handle. Context is a set of options that modify the behavior of the stream.

Tips and Notes

Note: Support for context was added in PHP 5.0.0.

Example

                                                                

Definition and usage

unlink() function deletes files.

If successful, return true, otherwise return false.

Syntax

unlink(filename,context)
ParametersDescription
filename Required. Specifies the files to be deleted.
contextOptional. Specifies the environment for a file handle. Context is a set of options that modify the behavior of the stream.

Tips and Notes

Note: Support for context was added in PHP 5.0.0.

Example

For more PHP unlink() function related articles, please pay attention to the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn