Login   Register  
PHP Classes
elePHPant
Icontem

File: Example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2011-09-29 12:24
Size: 118 bytes
 

Contents

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

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

?>