PHP Classes

File: example.php

Recommend this page to a friend!
  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: 18 years ago
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
?>