CakeFest 2024: The Official CakePHP Conference

LuaClosure クラス

(PECL lua >=0.9.0)

はじめに

LuaClosure は、Lua 関数呼び出しから返されることがありえる LUA_TFUNCTION に対するラッパー・クラスです。

クラス概要

class LuaClosure {
/* メソッド */
public __invoke(mixed ...$args): void
}

目次

add a note

User Contributed Notes

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