Tagged: File or Directory

How to get a file extension in PHP - Clue Mediator

How to get a file extension in PHP

Today we’ll explain to you how to get a file extension in PHP. Getting a file extension is very useful for validating a file or file upload. Here, we’ll show...

How to rename a file or directory in PHP - Clue Mediator

How to rename a file or directory in PHP

In this article, we will explain to you how to rename a file or directory in PHP. It’s a very easy way to rename a file or directory in PHP....

Check if a file exists in PHP - Clue Mediator

Check if a file exists in PHP

During coding, sometimes we need to check if a file exists in a given directory or not before processing it using PHP. So, today we will explain to you how...

Delete all files from a folder in PHP - Clue Mediator

Delete all files from a folder in PHP

Sometimes, we need to delete all files from a folder in PHP. So today we will explain to you how to delete files from a folder using php. delete images...