The LuaClosure class

From Get docs
Php/docs/latest/class.luaclosure


The LuaClosure class

Introduction

(PECL lua >=0.9.0)

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

Class synopsis

class LuaClosure {

/* Methods */

public __invoke(mixed ...$args): void

}

Table of Contents


© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.luaclosure.php