Sloodle PHP IO library
From SLIS Second Life Wiki
| This Sloodle article is deprecated. It is probably out of date and will not be updated. It continues to exist only for reference purposes. |
|---|
For up-to-date information, see: lib/sl_iolib.php.
The PHP IO library provides structures and functions for handling input/output in Sloodle PHP scripts. The specification for the communication format can be view at: communicating between server and client, which is to be fully implemented for Sloodle 0.2.
Note that, at the present time, the IO library exists on in the "sloodle-0.2" branch, and is in the file "iolib.php".
Data/Error Output
Data and error output are handled by the class "SloodleLSLResponse".
TODO: expand...
Parameter Retrieval
TODO: write this!