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
session_register(3) - php
classkit_method_add(3) - php
classkit_method_redefine(3) - php
php_strip_whitespace(3) - php
v8js.__construct(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Please Welcome Nicki Paul to the Moderator Team!