LuaSandbox::wrapPhpFunction
(PECL luasandbox >= 1.2.0)
LuaSandbox::wrapPhpFunction — Wrap a PHP callable in a LuaSandboxFunction
説明
Wraps a PHP callable in a LuaSandboxFunction, so it can be passed into Lua as an anonymous function.
The function must return either an array of values (which may be empty),
or null
which is equivalent to returning the empty array.
Exceptions will be raised as errors in Lua, however only
LuaSandboxRuntimeError exceptions may be caught
inside Lua with pcall()
or xpcall()
.
For more information about calling Lua functions and the return values, see LuaSandboxFunction::call().
パラメータ
function
-
Callable to wrap.
戻り値
Returns a LuaSandboxFunction.
参考
- LuaSandbox::loadString() - Load Lua code into the Lua environment
- LuaSandbox::registerLibrary() - Register a set of PHP functions as a Lua library
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google