The Lua class
(PECL lua >=0.9.0)
소개
클래스 개요
Lua
{
/* Constants */
/* 프로퍼티 */
static
$Lua->_callbacks
;
/* 메소드 */
Lua::__construct
( string $lua_script_file = NULL
)
}프로퍼티
- _callbacks
예약 상수
- Lua::LUA_VERSION
Table of Contents
- Lua::__call — Magic method for Lua to call Lua functions
- Lua::assign — Assign a PHP variable to Lua
- Lua::call — Call Lua functions
- Lua::__construct — Lua constructor
- Lua::eval — Evaluate a string as Lua code
- Lua::getversion — The getversion purpose
- Lua::include — Parse a Lua script file
- Lua::registerCallback — Register a PHP function to Lua
There are no user contributed notes for this page.
