検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 13 for loadString (0.001 sec.)
Load Lua code into the Lua environment 14410
« LuaSandbox::loadBinary LuaSandbox::pauseUsageTimer » PHP Manual LuaSandbox Load Lua code into ... the Lua environment LuaSandbox::loadString (PECL luasandbox >= 1.0.0) LuaSandbox::loadString ... e into the Lua environment 説明 public LuaSandbox::loadString ( string $code , string $chunkName = '' ): LuaSand ... ironment. This is the equivalent of standard Lua's loadstring() function. パラメータ code Lua code. chunkName Na ... ndbox (); // Load the code $function = $sandbox -> loadString ( <<<CODE return "Hello, world" CODE ); // Execute ...
https://man.plustar.jp/php/luasandbox.loadstring.html - [similar]
Load a precompiled binary chunk into the Lua environment 9677
« LuaSandbox::getVersionInfo LuaSandbox::loadString » PHP Manual LuaSandbox Load a precompiled b ... り値 Returns a LuaSandboxFunction . 参考 LuaSandbox::loadString() - Load Lua code into the Lua environment 関連キー ...
https://man.plustar.jp/php/luasandbox.loadbinary.html - [similar]
Pause the CPU usage timer 9571
« LuaSandbox::loadString LuaSandbox::registerLibrary » PHP Manual LuaSandbox Pause the CPU usage ... echo "This should not time out...\n" ; $sandbox -> loadString ( 'php.test()' )-> call (); echo "This should time ... out.\n" ; try { $sandbox -> loadString ( 'php.test2()' )-> call (); echo "It did not?\n" ...
https://man.plustar.jp/php/luasandbox.pauseusagetimer.html - [similar]
Basic usage for LuaSandbox 9061
« 例 LuaSandbox » PHP Manual 例 Basic usage for LuaSandbox Basic usage for LuaSandbox Once you'v ... + 200 ) end EOF; list( $hi , $frob ) = $sandbox -> loadString ( $luaCode )-> call (); assert ( $frob -> call ( 4 ... ht inside Lua list( $ok , $message ) = $sandbox -> loadString ( 'return pcall( php.error )' )-> call (); assert ...
https://man.plustar.jp/php/luasandbox.examples-basic.html - [similar]
The LuaSandbox class 8657
« Basic usage for LuaSandbox LuaSandbox::callFunction » PHP Manual LuaSandbox The LuaSandbox cla ... tring $chunkName = '' ): LuaSandboxFunction public loadString ( string $code , string $chunkName = '' ): LuaSand ... binary chunk into the Lua environment LuaSandbox::loadString — Load Lua code into the Lua environment LuaSandbo ...
https://man.plustar.jp/php/class.luasandbox.html - [similar]
Unused 8146
« LuaSandboxFunction::call LuaSandboxFunction::dump » PHP Manual LuaSandboxFunction Unused LuaSa ... using LuaSandbox::wrapPhpFunction() , LuaSandbox::loadString() , or LuaSandbox::loadBinary() . They cannot be c ...
https://man.plustar.jp/php/luasandboxfunction.construct.html - [similar]
The LuaSandboxFunction class 8041
« LuaSandbox::wrapPhpFunction LuaSandboxFunction::call » PHP Manual LuaSandbox The LuaSandboxFun ... using LuaSandbox::wrapPhpFunction() , LuaSandbox::loadString() , or LuaSandbox::loadBinary() . クラス概要 class ...
https://man.plustar.jp/php/class.luasandboxfunction.html - [similar]
Wrap a PHP callable in a LuaSandboxFunction 7935
« LuaSandbox::unpauseUsageTimer LuaSandboxFunction » PHP Manual LuaSandbox Wrap a PHP callable i ... り値 Returns a LuaSandboxFunction . 参考 LuaSandbox::loadString() - Load Lua code into the Lua environment LuaSand ...
https://man.plustar.jp/php/luasandbox.wrapphpfunction.html - [similar]
Set the memory limit for the Lua environment 7830
« LuaSandbox::setCPULimit LuaSandbox::unpauseUsageTimer » PHP Manual LuaSandbox Set the memory l ... ( 50 * 1024 * 1024 ); // Run Lua code $sandbox -> loadString ( 'local x = "x"; while true do x = x .. x; end' ) ...
https://man.plustar.jp/php/luasandbox.setmemorylimit.html - [similar]
LuaSandbox 7724
« LuaClosure::__invoke はじめに » PHP Manual その他の基本モジュール LuaSandbox LuaSandbox はじめ ... binary chunk into the Lua environment LuaSandbox::loadString — Load Lua code into the Lua environment LuaSandbo ...
https://man.plustar.jp/php/book.luasandbox.html - [similar]
PREV 1 2 NEXT