PHP 8.3.4 Released!

LuaSandbox::getVersionInfo

(PECL luasandbox >= 1.6.0)

LuaSandbox::getVersionInfoReturn the versions of LuaSandbox and Lua

Description

public static LuaSandbox::getVersionInfo(): array

Returns the versions of LuaSandbox and Lua.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top