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.

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

Returns an array with two keys:

elementtypedescription
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".