update : 2015.11.03
php.shukuma.com

검색:
 
 
The LuaClosure class

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