v8js.executestring(3) php man page | unix.com

Man Page: v8js.executestring

Operating Environment: php

Section: 3

V8JS.EXECUTESTRING(3)							 1						     V8JS.EXECUTESTRING(3)

V8Js::executeString - Execute a string as Javascript code

SYNOPSIS
public mixed V8Js::executeString V8Js::FLAG_NONE (string $script, [string $identifier = "V8Js::executeString()"], [int $flags])
DESCRIPTION
Compiles and executes the string passed with $script as Javascript code.
PARAMETERS
o $script - The code string to be executed. o $identifier - Identifier string for the executed code. Used for debugging. o $flags - Execution flags. This value must be one of the V8Js::FLAG_* constants, defaulting to V8Js::FLAG_NONE. o V8Js::FLAG_NONE: no flags o V8Js::FLAG_FORCE_ARRAY: forces all Javascript objects passed to PHP to be associative arrays
RETURN VALUES
Returns the last variable instantiated in the Javascript code converted to matching PHP variable type. PHP Documentation Group V8JS.EXECUTESTRING(3)
Related Man Pages
htmlspecialchars_decode(3) - php
eval(3) - php
classkit_method_add(3) - php
_env(3) - php
v8js.__construct(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Rules for Homework & Coursework Questions Forum
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Please Welcome Nicki Paul to the Moderator Team!