class Scripting

Methods

secure_eval(string $script)

Secure EVAL to allow user scripting within applications. Retuns an object which allows more customization

Details

at line 17
SecureEvalClass secure_eval(string $script)

Secure EVAL to allow user scripting within applications. Retuns an object which allows more customization

Parameters

string $script

Script

Return Value

SecureEvalClass

Scripting Object