PHP Classes

File: test.world.dir.php

Recommend this page to a friend!
  Classes of JImmy Bo   PHP ROM MUD Area Loader   test.world.dir.php   Download  
File: test.world.dir.php
Role: Example script
Content type: text/plain
Description: example using the include file after world to directory dump
Class: PHP ROM MUD Area Loader
Load ROM MUD area map files into arrays
Author: By
Last change:
Date: 10 years ago
Size: 104 bytes
 

Contents

Class file image Download
<?php
   
include_once('test_world/_world.php');
   
    echo
"<pre>";
   
print_r($area);
    echo
"</pre";
?>