CakeFest 2024: The Official CakePHP Conference

Класс LuaClosure

(PECL lua >=0.9.0)

Введение

LuaClosure - это класс обёртка для LUA_TFUNCTION, которая может быть возвращена при вызове функции Lua.

Обзор классов

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

Содержание

add a note

User Contributed Notes

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