Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Emanuele Vulcano  >  CSecondLife  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: An example of use.
Class: CSecondLife
Extract information from Second Life HTTP requests
Author: By
Last change:
Date: 2007-04-08 08:20
Size: 185 bytes
 

Contents

Class file image Download
<?php

// This example shows the values captured by
// CSecondLife.

require_once 'CSecondLife.php';

$sl = &new CSecondLife();
header('Content-Type: text/plain');

var_export($sl);

?>