php8.5
Home/ Manual/ luasandbox / luasandbox/ LuaSandbox::getVersionInfo

LuaSandbox::getVersionInfo

PHP function Edit on GitHub ✎

(PECL luasandbox >= 1.6.0)

Return the versions of LuaSandbox and Lua

Description

LuaSandbox::getVersionInfo(): array

Returns the versions of LuaSandbox and Lua.

Parameters Parameters

Return Values

Returns an array with two keys:

elementtypedescription
LuaSandboxstringThe version of the LuaSandbox extension.
LuastringThe library name and version as defined by the LUA_RELEASE macro, for example, "Lua 5.1.5".

Source: reference/luasandbox/luasandbox/getversioninfo.xml · from the official PHP manual (php/doc-en)