PHP Classes

File: Example.php

Recommend this page to a friend!
  Classes of Max Base   PHP Auto Style Fixer   Example.php   Download  
File: Example.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Auto Style Fixer
Beautify PHP source code fixing its style
Author: By
Last change: Update of Example.php
Date: 3 years ago
Size: 179 bytes
 

Contents

Class file image Download
<?php
include "PHPAS.php"
$AS=new AutoStyle();
///////////////////////////////////////
print $AS->loadFile("test.php") ."\n";
print
$AS->loadString("<?php\nprint 'hi';\n") ."\n";