The Lua class
(PECL lua >=0.9.0)
클래스 개요
Lua
{
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 mixed eval
(
string $statements
)
public mixed include
(
string $file
)
}
Table of Contents
There are no user contributed notes for this page.