LuaSandbox::getVersionInfo

Return the versions of LuaSandbox and Lua

Description

public static array LuaSandbox::getVersionInfo()

Returns the versions of LuaSandbox and Lua.

Parameters

This function has no parameters.

Return Values

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