Php/docs/class.lua

From Get docs

(PECL lua >=0.9.0)

Class synopsis


Lua {

/* Constants */

const string LUA_VERSION = Lua 5.1.4

/* Methods */

public assign ( string $name , string $value ) : mixed

public call ( callable $lua_func [, array $args [, int $use_self = 0 ]] ) : mixed

public __call ( callable $lua_func [, array $args [, int $use_self = 0 ]] ) : mixed

public __construct ( string $lua_script_file = NULL )

public eval ( string $statements ) : mixed

public getVersion ( ) : string

public include ( string $file ) : mixed

public registerCallback ( string $name , callable $function ) : mixed

}

Predefined Constants

Lua::LUA_VERSION


Table of Contents