Php/docs/luasandbox.getversioninfo

提供:Dev Guides
< Php
移動先:案内検索

LuaSandbox::getVersionInfo

(PECL luasandbox >= 1.6.0)

LuaSandbox::getVersionInfoReturn the versions of LuaSandbox and Lua


説明

public static LuaSandbox::getVersionInfo ( ) : array

Returns the versions of LuaSandbox and Lua.


パラメータ

この関数にはパラメータはありません。


返り値

Returns an array with two keys:

element type description
LuaSandbox string The version of the LuaSandbox extension.
Lua string The library name and version as defined by the LUA_RELEASE macro, for example, "Lua 5.1.5".