|
LuaSandbox::setMemoryLimitSet the memory limit for the Lua environment 説明
public void LuaSandbox::setMemoryLimit(int
$limit )Sets the memory limit for the Lua environment. If this limit is exceeded, a LuaSandboxMemoryError exception is thrown. パラメータ
戻り値値を返しません。 例
例1 Calling a Lua function
上の例の出力は、 たとえば以下のようになります。 PHP Fatal error: Uncaught LuaSandboxMemoryError: not enough memory 参考
|