The Lua class

(PECL lua >=0.9.0)

Wstęp

Krótki opis klasy

Lua {
/* Constants */
const string LUA_VERSION = Lua 5.1.4 ;
/* Metody */
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 ( void ) : string
public include ( string $file ) : mixed
public registerCallback ( string $name , callable $function ) : mixed
}

Stałe predefiniowane

Lua::LUA_VERSION

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top