Dutch PHP Conference 2025 - Call For Papers

The LuaClosure class

(PECL lua >=0.9.0)

Вступ

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

Короткий огляд класу

class LuaClosure {
/* Методи */
public __invoke(mixed ...$args): void
}

Зміст

add a note

User Contributed Notes

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