The LuaSandboxFunction class

(PECL luasandbox >= 1.0.0)

简介

Represents a Lua function, allowing it to be called from PHP.

A LuaSandboxFunction may be obtained as a return value from Lua, as a parameter passed to a callback from Lua, or by using LuaSandbox::wrapPhpFunction(), LuaSandbox::loadString(), or LuaSandbox::loadBinary().

类摘要

LuaSandboxFunction {
/* 方法 */
public call ( string ...$args ) : array|bool
public dump ( ) : string
}

Table of Contents

User Contributed Notes

There are no user contributed notes for this page.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有