Lua::callLua::__callLua 関数を呼び出す 説明
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)
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。 パラメータ
戻り値
呼び出した関数の結果を返します。引数が間違っている場合は 例例1 Lua::callの例
上の例の出力は以下となります。 Lua,geiliable Lua,geiliable string(5) "1-2-3" 参考 |