parent root
PHP: LuaClosure - Manual
PHP 7.2.23 Release Announcement

The LuaClosure class

(PECL lua >=0.9.0)

Introduction

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

Class synopsis

LuaClosure {
/* Methods */
public __invoke ([ mixed $... ] ) : void
}

Table of Contents

add a noteadd a note

User Contributed Notes

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