PHP 8.1.28 Released!

LuaSandboxFunction::dump

(PECL luasandbox >= 1.0.0)

LuaSandboxFunction::dumpDump the function as a binary blob

Descrição

public LuaSandboxFunction::dump(): string

Dumps the function as a binary blob.

Parâmetros

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

Valor Retornado

Returns a string that may be passed to LuaSandbox::loadBinary().

add a note

User Contributed Notes

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