Php/docs/class.luasandboxfunction

提供:Dev Guides
< Php
移動先:案内検索

(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

}

目次