(PECL luasandbox >= 1.0.0)
LuaSandbox::callFunction — Call a function in a Lua global variable
Calls a function in a Lua global variable.
If the name contains "." characters, the function is located via recursive table accesses, as if the name were a Lua expression.
If the variable does not exist, or is not a function, false will be returned and a warning issued.
For more information about calling Lua functions and the return values, see LuaSandboxFunction::call().
name
Lua variable name.
args
Arguments to the function.
Returns an array of values returned by the Lua function, which may be empty, or false
on failure.
Example #1 Calling a Lua function
<?php
/ create a new LuaSandbox
$sandbox = new LuaSandbox();
/ Call Lua's string.match
$captures = $sandbox->callFunction( 'string.match', $string, $pattern );
?>
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant