LuaClosure类

(PECL lua >=0.9.0)

简介

LuaClosure是对LUA_TFUNCTION的封装类,可以作为调用Lua函数的返回值。

类摘要

LuaClosure {
/* 方法 */
public __invoke ( mixed $arg , mixed $... = ? ) : void
}

目录