Lua::callLua::__callCall Lua functions Description
public mixed Lua::call
( callable
$lua_func
[, array $args
[, int $use_self = 0
]] )
public mixed Lua::__call
( callable
$lua_func
[, array $args
[, int $use_self = 0
]] )
Warning
This function is currently not documented; only its argument list is available. Parameters
Return Values
Returns result of the called function, ExamplesExample #1 Lua::callexample
<?php The above example will output: Lua,geiliable Lua,geiliable string(5) "1-2-3" See Also |