Lua
在线手册:中文 英文
PHP手册

The LuaClosure class

(PECL lua >=0.9.0)

简介

LuaClosure is a wrapper class for LUA_TFUNCTION which could be return from calling to Lua function.

类摘要

LuaClosure {
/* 方法 */
public void __invoke ( mixed $arg [, mixed $... ] )
}

Table of Contents


Lua
在线手册:中文 英文
PHP手册