La clase Lua

(PECL lua >=0.9.0)

Introducción

Sinopsis de la Clase

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 predefinidas

Lua::LUA_VERSION

Tabla de contenidos

To Top