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
eval(3) - php
classkit_method_add(3) - php
arrayiterator(3) - php
_env(3) - php
php_strip_whitespace(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Denial Of Service Attack Update