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