Lua類

Lua類

(PECL lua >=0.9.0)

簡介

類摘要

class Lua {
/* 常量 */
const string LUA_VERSION = Lua 5.1.4;
/* 方法 */
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
}

預定義常量

Lua::LUA_VERSION

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *