Php/docs/luasandbox.getversioninfo

来自菜鸟教程
跳转至:导航、​搜索

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