The LuaClosure classIntroductionLuaClosure is a wrapper class for LUA_TFUNCTION which could be return from calling to Lua function. Class synopsisLuaClosure
class LuaClosure
{
/* Methods */
public void __invoke(mixed
}...$args )
|