PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Till Wehowski   Validate Formats   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example/Test
Class: Validate Formats
Validate string values in different formats
Author: By
Last change: - minor change
Date: 8 years ago
Size: 94 bytes
 

Contents

Class file image Download
<?php
require 'valFormats.php';

webdof\valFormats::create()
      ->
test()
 ;

?>