login

PHP - Working with Directories

Listing all Files in a Directory in PHP

in this tutorial, you will learn how to list all files in a directory in php.

Listing all Files in a Directory Recursively in PHP

in this tutorial, you will learn how to list all files in a directory recursively in php.

Getting the Current Working Directory in PHP

In order to get the current working directory, you use the function getcwd()

Getting Size of a Directory

this tutorial you will learn how to get the size of a directory.