PHP Classes

File: Example.php

Recommend this page to a friend!
  Classes of Martin Lacroix   PHP Minifier   Example.php   Download  
File: Example.php
Role: Example script
Content type: text/plain
Description: how to use
Class: PHP Minifier
Reduce the size of PHP source files
Author: By
Last change:
Date: 12 years ago
Size: 118 bytes
 

Contents

Class file image Download
<?php
include 'PhpMinifier.php';

$path = array('Calculus.php');
PhpMinifier::minify($path, 'minified.php');

?>