V8Js::executeStringExecute a string as Javascript code Description
public mixed V8Js::executeString
( string
$script
[, string $identifier = "V8Js::executeString()"
[, int $flags = V8Js::FLAG_NONE
]] )
Compiles and executes the string passed with Parameters
Return ValuesReturns the last variable instantiated in the Javascript code converted to matching PHP variable type. |