update page now

The Lua class

(PECL lua >=0.9.0)

Giriş

Sınıf Sözdizimi

class Lua {
/* Sabitler */
const string LUA_VERSION = Lua 5.1.4;
/* Yöntemler */
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
}

Öntanımlı Sabitler

Lua::LUA_VERSION

İçindekiler

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
HTTPS · www.php.net
← Home