The LuaClosure class

Introduction

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

Class synopsis

LuaClosure
class LuaClosure {
/* Methods */
public void __invoke(mixed ...$args)
}
Table of Contents