Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
unlink
unlink
Delete files
Name:
unlink
Category:
File system
Programming Language:
php
One-line Description:
Delete the file.
Related
Understanding PHP Data Caching Principles and Practical Cache Solutions
5
How to Establish a Persistent Database Connection with mysql_connect Function? Step-by-Step Guide
6
Practical Methods to Check if an Array is Empty in PHP
4
PHP Error: Cannot Reassign Non-Variable References – How to Fix It
5
Similar Functions
fopen
fopen
OpenafileorURL
fdatasync
fdatasync
Synchronizedata(butn
fclose
fclose
Closeanopenfilepoint
feof
feof
Testwhetherthefilepo
tmpfile
tmpfile
Createatemporaryfile
filegroup
filegroup
Groupoffilesobtained
glob
glob
Findfilepathsthatmat
readlink
readlink
Returnthetargetofthe
Popular Articles