(PECL lua >=0.9.0)
Call Lua functions
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 ]] )
Parameters:
lua_func
Function name in lua
args
Arguments passed to the Lua function
use_self