Define and use the unlink () function to delete a file. If successful, returns True, which returns false if it fails. The syntax unlink (filename,context) parameter describes the filename required. Specifies the files to be deleted. The context is
deleting files and directories in PHP is actually very simple as long as two functions one is unlink a rmdir function, if you want to implement delete directories and directories under the file we need to use the recursive operation.
Function code:
This time for everyone to bring PHP unlink and rmdir Delete directory within the file how to implement, PHP unlink and rmdir Delete directory files in the attention of the matter, the following is the actual case, together to see.
Function code:
deleting files and directories in PHP is actually very simple as long as two functions one is unlink a rmdir function, if you want to implement delete directories and directories under the file we need to use the recursive operation. This article
In PHP we want to delete a specified file we can use the unlink function to implement, below I give you detailed description of the unlink function to delete a specified file of the specific method, there is a need to know the friend can refer
Delete files in php using the unlink function. The unlink function is used to delete files in php, but we can determine whether the file has the permission to be deleted. next I will give you a brief introduction to the unlink function usage and
Function code: Deletes only the files in the specified directory, and does not delete the directory folder.
The code is as follows
Copy Code
Class Shanchu {All files under the looping directoryfunction Delfileunderdir
Usage of unlink (), mkdir (), and rmdir () in php
Unlink () function use instance
// Use the unlink function to delete an object
$ Filename = "data.txt"; // defines the variable
Usage
The Nlink () function deletes the file.
If successful, returns True, and returns False if it fails.
Grammar
Unlink (Filename,context)
Example:
The code is as follows
Copy Code
$tmpdata =
PHP Unlink Removal issues
When you delete a picture
For example: Unlink (' abcdef.jpg ');
This can be removed normally;
However, the file name cannot be deleted when it is read from the database
fn= $rs [' abc '];
Unlink ($FN);
Can not be deleted,
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.