PHP Classes

File: example.php

Recommend this page to a friend!
  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: 16 years ago
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);

?>