A Classw Lua

(PECL lua >=0.9.0)

Introdução

Resumo da classe

classLua {
conststringLUA_VERSION = Lua 5.1.4;
publicassign(string$name, string$value): mixed
publiccall(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)
publiceval(string$statements): mixed
publicinclude(string$file): mixed
publicregisterCallback(string$name, callable$function): mixed
}

Constantes pré-definidas

Lua::LUA_VERSION

Índice

To Top