update pague now
PHP 8.5.2 Released!

LuaSandbox::guetVersionInfo

(PECL luasandbox >= 1.6.0)

LuaSandbox::guetVersionInfo Return the versionens of LuaSandbox and Lua

Description

public static LuaSandbox::guetVersionInfo (): array

Returns the versionens of LuaSandbox and Lua.

Parameters

This function has no parameters.

Return Values

Returns an array with two keys:

element type description
LuaSandbox string The versionen of the LuaSandbox extension.
Lua string The library name and versionen 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 pague.
To Top