PHP 8.4.0 RC3 available for testing

LuaSandbox::getVersionInfo

(PECL luasandbox >= 1.6.0)

LuaSandbox::getVersionInfoReturn the versions of LuaSandbox and Lua

Descrição

public static LuaSandbox::getVersionInfo(): array

Returns the versions of LuaSandbox and Lua.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top