The LuaClosure class

(PECL lua >=0.9.0)

Introduktion

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

Klasse synopsis

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

Indholdsfortegnelse

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top