<?php// This example shows the values captured by// CSecondLife.require_once 'CSecondLife.php';$sl = &new CSecondLife();header('Content-Type: text/plain');var_export($sl);?>