Results of 1 - 10 of about 13 for LuaSandboxFunction (0.002 sec.)
- The LuaSandboxFunction class 11489
- « LuaSandbox::wrapPhpFunction LuaSandboxFunction::call » PHP Manual LuaSandbox The LuaSandboxFunction
...
ction class The LuaSandboxFunction class (PECL luasandbox >= 1.0.0) はじめに Represen ...
Lua function, allowing it to be called from PHP. A LuaSandboxFunction may be obtained as a return value from Lua, as a p ...
) , or LuaSandbox::loadBinary() . クラス概要 class LuaSandboxFunction { /* メソッド */ public call ( string ...$args ): ...
array | bool public dump (): string } 目次 LuaSandboxFunction::call — Call a Lua function LuaSandboxFunction::__ ...
-
https://man.plustar.jp/php/class.luasandboxfunction.html
- [similar]
- Unused 11190
- « LuaSandboxFunction::call LuaSandboxFunction::dump » PHP Manual LuaSandboxFunction Unused LuaSandboxFunction
...
oxFunction::__construct (PECL luasandbox >= 1.0.0) LuaSandboxFunction::__construct — Unused 説明 final private LuaSandbo ...
xFunction::__construct () LuaSandboxFunction are obtained as a return value from Lua, as a para ...
はパラメータはありません。 関連キーワード: Unused , LuaSandboxFunction , LuaSandbox , construct , パラメータ , from , dir ...
-
https://man.plustar.jp/php/luasandboxfunction.construct.html
- [similar]
- Wrap a PHP callable in a LuaSandboxFunction 11102
- « LuaSandbox::unpauseUsageTimer LuaSandboxFunction » PHP Manual LuaSandbox Wrap a PHP callable i
...
n a LuaSandboxFunction LuaSandbox::wrapPhpFunction (PECL luasandbox >= 1. ...
andbox::wrapPhpFunction — Wrap a PHP callable in a LuaSandboxFunction 説明 public LuaSandbox::wrapPhpFunction ( callable ...
$function ): LuaSandboxFunction Wraps a PHP callable in a LuaSandboxFunction , so ...
t calling Lua functions and the return values, see LuaSandboxFunction::call() . パラメータ function Callable to wrap. 戻 ...
-
https://man.plustar.jp/php/luasandbox.wrapphpfunction.html
- [similar]
- Dump the function as a binary blob 9923
- « LuaSandboxFunction::__construct LuaSandboxError » PHP Manual LuaSandboxFunction Dump the funct
...
ion as a binary blob LuaSandboxFunction::dump (PECL luasandbox >= 1.0.0) LuaSandboxFunctio ...
p — Dump the function as a binary blob 説明 public LuaSandboxFunction::dump (): string Dumps the function as a binary bl ...
. 関連キーワード: function , binary , Dump , the , LuaSandboxFunction , パラメータ , string , LuaSandbox , passed , Retu ...
-
https://man.plustar.jp/php/luasandboxfunction.dump.html
- [similar]
- LuaSandbox 9360
- « LuaClosure::__invoke はじめに » PHP Manual その他の基本モジュール LuaSandbox LuaSandbox はじめ
...
andbox::wrapPhpFunction — Wrap a PHP callable in a LuaSandboxFunction LuaSandboxFunction — The LuaSandboxFunction class ...
LuaSandboxFunction::call — Call a Lua function LuaSandboxFunction::__construct — Unused LuaSandboxFunction::dump — D ...
r class 関連キーワード: LuaSandbox , environment , LuaSandboxFunction , usage , Fetch , profiler , memory , function , L ...
-
https://man.plustar.jp/php/book.luasandbox.html
- [similar]
- Call a Lua function 9325
- « LuaSandboxFunction LuaSandboxFunction::__construct » PHP Manual LuaSandboxFunction Call a Lua
...
function LuaSandboxFunction::call (PECL luasandbox >= 1.0.0) LuaSandboxFunctio ...
n::call — Call a Lua function 説明 public LuaSandboxFunction::call ( string ...$args ): array | bool Calls a Lu ...
Lua strings, and vice versa. Lua functions are PHP LuaSandboxFunction objects, and vice versa. General PHP callable s ar ...
false on error. 関連キーワード: function , Call , LuaSandboxFunction , a , strings , from , converted , array , arrays ...
-
https://man.plustar.jp/php/luasandboxfunction.call.html
- [similar]
- Load a precompiled binary chunk into the Lua environment 9114
- « LuaSandbox::getVersionInfo LuaSandbox::loadString » PHP Manual LuaSandbox Load a precompiled b
...
dBinary ( string $code , string $chunkName = '' ): LuaSandboxFunction Loads data generated by LuaSandboxFunction::dump() ...
. パラメータ code Data from LuaSandboxFunction::dump() . chunkName Name for the loaded function. ...
戻り値 Returns a LuaSandboxFunction . 参考 LuaSandbox::loadString() - Load Lua code in ...
o the Lua environment 関連キーワード: LuaSandbox , LuaSandboxFunction , into , Load , loadBinary , environment , string ...
-
https://man.plustar.jp/php/luasandbox.loadbinary.html
- [similar]
- The LuaSandbox class 8058
- « Basic usage for LuaSandbox LuaSandbox::callFunction » PHP Manual LuaSandbox The LuaSandbox cla
...
dBinary ( string $code , string $chunkName = '' ): LuaSandboxFunction public loadString ( string $code , string $chunkNa ...
me = '' ): LuaSandboxFunction public pauseUsageTimer (): bool public registerLib ...
oid public wrapPhpFunction ( callable $function ): LuaSandboxFunction } 定義済み定数 LuaSandbox::SAMPLES Used with LuaSa ...
andbox::wrapPhpFunction — Wrap a PHP callable in a LuaSandboxFunction 関連キーワード: LuaSandbox , public , environment ...
-
https://man.plustar.jp/php/class.luasandbox.html
- [similar]
- Load Lua code into the Lua environment 8058
- « LuaSandbox::loadBinary LuaSandbox::pauseUsageTimer » PHP Manual LuaSandbox Load Lua code into
...
dString ( string $code , string $chunkName = '' ): LuaSandboxFunction Loads Lua code into the Lua environment. This is t ...
d chunk, for use in error traces. 戻り値 Returns a LuaSandboxFunction which, when executed, will execute the passed $cod ...
dbox::wrapPhpFunction() - Wrap a PHP callable in a LuaSandboxFunction 関連キーワード: into , environment , LuaSandbox , ...
Load , the , string , LuaSandboxFunction , loadString , chunkName , Loading ...
-
https://man.plustar.jp/php/luasandbox.loadstring.html
- [similar]
- Register a set of PHP functions as a Lua library 7372
- « LuaSandbox::pauseUsageTimer LuaSandbox::setCPULimit » PHP Manual LuaSandbox Register a set of
...
t calling Lua functions and the return values, see LuaSandboxFunction::call() . パラメータ libname The name of the libra ...
dbox::wrapPhpFunction() - Wrap a PHP callable in a LuaSandboxFunction 関連キーワード: functions , LuaSandbox , Register ...
f , a , registerLibrary , call , callable , each , LuaSandboxFunction ...
-
https://man.plustar.jp/php/luasandbox.registerlibrary.html
- [similar]