» PHP Directories
PHP - Working with Directories
in this tutorial, you will learn how to list all files in a directory in php.
in this tutorial, you will learn how to list all files in a directory recursively in php.
In order to get the current working directory, you use the function getcwd()
this tutorial you will learn how to get the size of a directory.