PHP 8.3.4 Released!

The LuaClosure class

(PECL lua >=0.9.0)

Einführung

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

Klassenbeschreibung

class LuaClosure {
/* Methoden */
public __invoke(mixed ...$args): void
}

Inhaltsverzeichnis

add a note

User Contributed Notes

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