LUA(3) 1 LUA(3)
The Lua class
INTRODUCTION
CLASS SYNOPSIS
Lua
Lua
Constants
o const string$Lua::LUA_VERSIONLua 5.1.4
Methods
o public mixed Lua::assign (string $name, string $value)
o public mixed Lua::call (callable $lua_func, [array $args], [int $use_self])
o public mixed Lua::__call (callable $lua_func, [array $args], [int $use_self])
o public Lua::__construct (string $lua_script_file = NULL)
o public mixed Lua::eval (string $statements)
o public string Lua::getVersion (void )
o public mixed Lua::include (string $file)
o public mixed Lua::registerCallback (string $name, callable $function)
PREDEFINED CONSTANTS
o Lua::LUA_VERSION -
PHP Documentation Group LUA(3)