The Lua class
Introduction
Class synopsis
Lua
{
/* Constants */
/* Properties */
static
$Lua->_callbacks
;
/* Methods */
Lua::__construct
( string $lua_script_file = NULL
)
}Properties
- _callbacks
Predefined Constants
Lua Node Types
- Lua::LUA_VERSION
Table of Contents
- Lua::__call - Magic method for Lua to call Lua functions
- Lua::assign - Assign a PHP variable to Lua
- Lua::call - Call Lua functions
- Lua::__construct - Lua constructor
- Lua::eval - Evaluate a string as Lua code
- Lua::getversion - The getversion purpose
- Lua::include - Parse a Lua script file
- Lua::registerCallback - Register a PHP function to Lua




