Login   Register  
PHP Classes
elePHPant
Icontem

File: test.world.dir.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2013-10-05 18:24
Size: 104 bytes
 

Contents

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