CakeFest 2024: The Official CakePHP Conference

The LuaClosure class

(PECL lua >=0.9.0)

Giriş

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

Sınıf Sözdizimi

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

İçindekiler

add a note

User Contributed Notes

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