PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of hazem ali   PHP color   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: test
Class: PHP color
Format PHP code as colored HTML
Author: By
Last change:
Date: 15 years ago
Size: 126 bytes
 

Contents

Class file image Download
<?php
include_once('phpcolor.php');
$object = new colors_code;

echo
$object->output(file_get_contents(__file__));

?>