Php/docs/class.luaclosure

From Get docs

(PECL lua >=0.9.0)

Introduction

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


Class synopsis


LuaClosure {

/* Methods */

public __invoke ( mixed ...$args ) : void

}

Table of Contents