PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

Lua クラス | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Lua クラス

(PECL lua >=0.9.0)

はじめに

クラス概要

Lua {
/* 定数 */
const string LUA_VERSION = Lua 5.1.4 ;
/* メソッド */
public mixed assign ( string $name , string $value )
public mixed call ( callable $lua_func [, array $args [, int $use_self = 0 ]] )
public mixed __call ( callable $lua_func [, array $args [, int $use_self = 0 ]] )
public __construct ( string $lua_script_file = NULL )
public mixed eval ( string $statements )
public string getVersion ( void )
public mixed include ( string $file )
public mixed registerCallback ( string $name , callable $function )
}

定義済み定数

Lua::LUA_VERSION

目次


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「Lua クラス」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | Lua クラス」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: