PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Roman Shneer   Code Map   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example of usage
Class: Code Map
Display the classes used by a PHP script
Author: By
Last change:
Date: 18 years ago
Size: 150 bytes
 

Contents

Class file image Download
<?
//1 point
include_once "code_map.php";


Your code...........
.........




//2 point
$map->vars=get_defined_vars();
$map->map(4);
?>