PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Win Aung Cho   PHP Folder Structure   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Folder Structure
Show the information on folders and files
Author: By
Last change:
Date: 1 year ago
Size: 623 bytes
 

Contents

Class file image Download

Folder-Informations

Traverse the folder recursively and collect the several informations such as number of files count and size for each file type. Product html tree using list elements and links to view some text, video and image files.

Example use

First include the FolderInfo.php class in your file, and use the class as following to generate the HTML for the math expressions:

$folderinfo = new FolderInfo();
$folderinfo->printAll();

Tree list of folder content

Folder-Informations

Table of file types, their size and count in total

Folder-Informations