Lua::call Call Lua functions &reftitle.description; public voidLua::call mixedlua_func arrayargs &warn.undocumented.func; &reftitle.parameters; lua_func Function name in lua args Arguments passed to the Lua function &reftitle.returnvalues; &reftitle.examples; <function>Lua::call</function>example call("func_name", array()); /** func_name is a function defined in script.lua */ $lua->call(array("table", "concat", array(array(1=>1, 2=>2, 3=>3), ",")); ?> ]]> &example.outputs.similar; &reftitle.seealso;