The Lua class

(PECL lua >=0.9.0)

Einführung

Klassenbeschreibung

class Lua {
/* Konstanten */
const string LUA_VERSION = Lua 5.1.4;
/* Methoden */
public function assign(string $name, string $value): mixed
public function call(callable $lua_func, array $args = ?, int $use_self = 0): mixed
public function __call(callable $lua_func, array $args = ?, int $use_self = 0): mixed
public function __construct(string $lua_script_file = NULL)
public function eval(string $statements): mixed
public function getVersion(): string
public function include(string $file): mixed
public function registerCallback(string $name, callable $function): mixed
}

Vordefinierte Konstanten

Lua::LUA_VERSION

Inhaltsverzeichnis