PHP Classes

File: DirectoryIterator/example.php

Recommend this page to a friend!
  Classes of FERNANDO CUNHA   PHP Directory Iterator   DirectoryIterator/example.php   Download  
File: DirectoryIterator/example.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Directory Iterator
Display a list of files and directories in a path
Author: By
Last change:
Date: 8 years ago
Size: 362 bytes
 

Contents

Class file image Download
<?php

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.

 * @author Fernando Cunha
 * @email fecunhainfo@gmail.com
 * @since 06/2016
 * */

require_once 'FileClassUtil.php';

$path = "files\\";

$file = new FileClassUtil($path);