Results of 1 - 10 of about 41 for luasandbox (0.011 sec.)
- The LuaSandbox class 10631
- « Basic usage for LuaSandbox LuaSandbox::callFunction » PHP Manual LuaSandbox The LuaSandbox cla
...
ss The LuaSandbox class (PECL luasandbox >= 1.0.0) はじめに The LuaS ...
allows for execution of Lua code. クラス概要 class LuaSandbox { /* Constants */ const int SAMPLES = 0 ; const in ...
nt public getProfilerFunctionReport ( int $units = LuaSandbox::SECONDS ): array public static getVersionInfo (): ...
dBinary ( string $code , string $chunkName = '' ): LuaSandboxFunction public loadString ( string $code , string ...
-
https://man.plustar.jp/php/class.luasandbox.html
- [similar]
- LuaSandbox 10133
- « LuaClosure::__invoke はじめに » PHP Manual その他の基本モジュール LuaSandbox LuaSandbox はじめ
...
型 Differences from Standard Lua 例 Basic usage for LuaSandbox LuaSandbox — The LuaSandbox class LuaSandbox::call ...
unction — Call a function in a Lua global variable LuaSandbox::disableProfiler — Disable the profiler LuaSandbox ...
::enableProfiler — Enable the profiler. LuaSandbox::getCPUUsage — Fetch the current CPU time usage of ...
the Lua environment LuaSandbox::getMemoryUsage — Fetch the current memory usage o ...
-
https://man.plustar.jp/php/book.luasandbox.html
- [similar]
- Unpause the timer paused by LuaSandbox::pauseUsageTimer 9651
- « LuaSandbox::setMemoryLimit LuaSandbox::wrapPhpFunction » PHP Manual LuaSandbox Unpause the tim
...
er paused by LuaSandbox::pauseUsageTimer LuaSandbox::unpauseUsageTimer (PE ...
CL luasandbox >= 1.4.0) LuaSandbox::unpauseUsageTimer — Unpause ...
the timer paused by LuaSandbox::pauseUsageTimer() 説明 public LuaSandbox::unpause ...
UsageTimer (): void Unpauses the timer paused by LuaSandbox::pauseUsageTimer() . パラメータ この関数にはパラメ ...
-
https://man.plustar.jp/php/luasandbox.unpauseusagetimer.html
- [similar]
- Return the versions of LuaSandbox and Lua 9496
- « LuaSandbox::getProfilerFunctionReport LuaSandbox::loadBinary » PHP Manual LuaSandbox Return th
...
e versions of LuaSandbox and Lua LuaSandbox::getVersionInfo (PECL luasandbo ...
x >= 1.6.0) LuaSandbox::getVersionInfo — Return the versions of LuaSandbo ...
x and Lua 説明 public static LuaSandbox::getVersionInfo (): array Returns the versions of ...
s an array with two keys: element type description LuaSandbox string The version of the LuaSandbox extension. Lu ...
-
https://man.plustar.jp/php/luasandbox.getversioninfo.html
- [similar]
- Fetch profiler data 9356
- « LuaSandbox::getPeakMemoryUsage LuaSandbox::getVersionInfo » PHP Manual LuaSandbox Fetch profil
...
er data LuaSandbox::getProfilerFunctionReport (PECL luasandbox >= 1.1 ...
.0) LuaSandbox::getProfilerFunctionReport — Fetch profiler data 説 ...
明 public LuaSandbox::getProfilerFunctionReport ( int $units = LuaSandb ...
ray For a profiling instance previously started by LuaSandbox::enableProfiler() , get a report of the cost of ea ...
-
https://man.plustar.jp/php/luasandbox.getprofilerfunctionreport.html
- [similar]
- Disable the profiler 9278
- « LuaSandbox::callFunction LuaSandbox::enableProfiler » PHP Manual LuaSandbox Disable the profil
...
er LuaSandbox::disableProfiler (PECL luasandbox >= 1.1.0) LuaSan ...
disableProfiler — Disable the profiler 説明 public LuaSandbox::disableProfiler (): void Disables the profiler. パ ...
ラメータはありません。 戻り値 値を返しません。 参考 LuaSandbox::enableProfiler() - Enable the profiler. LuaSandbo ...
) - Fetch profiler data 関連キーワード: profiler , LuaSandbox , Disable , the , disableProfiler , enableProfiler ...
-
https://man.plustar.jp/php/luasandbox.disableprofiler.html
- [similar]
- Set the memory limit for the Lua environment 9216
- « LuaSandbox::setCPULimit LuaSandbox::unpauseUsageTimer » PHP Manual LuaSandbox Set the memory l
...
imit for the Lua environment LuaSandbox::setMemoryLimit (PECL luasandbox >= 1.0.0) LuaSand ...
e memory limit for the Lua environment 説明 public LuaSandbox::setMemoryLimit ( int $limit ): void Sets the memo ...
the Lua environment. If this limit is exceeded, a LuaSandboxMemoryError exception is thrown. パラメータ limit M ...
例 例1 Calling a Lua function <?php // create a new LuaSandbox $sandbox = new LuaSandbox (); // set a memory limi ...
-
https://man.plustar.jp/php/luasandbox.setmemorylimit.html
- [similar]
- Fetch the peak memory usage of the Lua environment 9185
- « LuaSandbox::getMemoryUsage LuaSandbox::getProfilerFunctionReport » PHP Manual LuaSandbox Fetch
...
the peak memory usage of the Lua environment LuaSandbox::getPeakMemoryUsage (PECL luasandbox >= 1.0.0) Lua ...
ak memory usage of the Lua environment 説明 public LuaSandbox::getPeakMemoryUsage (): int Fetches the peak memor ...
戻り値 Returns the peak memory usage in bytes. 参考 LuaSandbox::getMemoryUsage() - Fetch the current memory usage ...
of the Lua environment LuaSandbox::getCPUUsage() - Fetch the current CPU time usage ...
-
https://man.plustar.jp/php/luasandbox.getpeakmemoryusage.html
- [similar]
- Fetch the current memory usage of the Lua environment 9154
- « LuaSandbox::getCPUUsage LuaSandbox::getPeakMemoryUsage » PHP Manual LuaSandbox Fetch the curre
...
nt memory usage of the Lua environment LuaSandbox::getMemoryUsage (PECL luasandbox >= 1.0.0) LuaSand ...
nt memory usage of the Lua environment 説明 public LuaSandbox::getMemoryUsage (): int Fetches the current memory ...
り値 Returns the current memory usage in bytes. 参考 LuaSandbox::getPeakMemoryUsage() - Fetch the peak memory usag ...
e of the Lua environment LuaSandbox::getCPUUsage() - Fetch the current CPU time usage ...
-
https://man.plustar.jp/php/luasandbox.getmemoryusage.html
- [similar]
- Load Lua code into the Lua environment 9123
- « LuaSandbox::loadBinary LuaSandbox::pauseUsageTimer » PHP Manual LuaSandbox Load Lua code into
...
the Lua environment LuaSandbox::loadString (PECL luasandbox >= 1.0.0) LuaSandbox: ...
Load Lua code into the Lua environment 説明 public LuaSandbox::loadString ( string $code , string $chunkName = ' ...
' ): LuaSandboxFunction Loads Lua code into the Lua environment. T ...
d chunk, for use in error traces. 戻り値 Returns a LuaSandboxFunction which, when executed, will execute the pas ...
-
https://man.plustar.jp/php/luasandbox.loadstring.html
- [similar]