PHP Classes

File: DirectoryIterator/example.php

Recommend this page to a friend!
  Classes of FERNANDO CUNHA   Exception for data validation   DirectoryIterator/example.php   Download  
File: DirectoryIterator/example.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Exception for data validation
Validate and throw exceptions for invalid values
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);