Php/docs/class.lua

提供:Dev Guides
< Php
2020年12月14日 (月) 11:03時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(PECL lua >=0.9.0)

はじめに

クラス概要


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


目次