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 Er. Rochak Chauhan  >  Encode And Optimize PHP  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example file
Class: Encode And Optimize PHP
Obfuscate and compact PHP source files
Author: By
Last change:
Date: 2005-06-27 22:27
Size: 314 bytes
 

Contents

Class file image Download
<?php

require_once("EncodeAndOptimizePhp.inc.php");
$encodeAndOptimizePhp = new EncodeAndOptimizePhp;
$encodeAndOptimizePhp->encodePhpFile('test.php');
// the encoded file(output file) will be in the same directory by the name: inputFileName.encoded.php
// in this case it will be =>  test.encoded.php
?>