v8js(3) php man page | unix.com

Man Page: v8js

Operating Environment: php

Section: 3

V8JS(3) 								 1								   V8JS(3)

The V8Js class

INTRODUCTION
This is the core class for V8Js extension. Each instance created from this class has own context in which all JavaScript is compiled and executed. See V8Js.__construct(3) for more information.
CLASS SYNOPSIS
V8Js V8Js Constants o const string$V8Js::V8_VERSION o const integer$V8Js::FLAG_NONE1 o const integer$V8Js::FLAG_FORCE_ARRAY2 Methods o public V8Js::__construct TRUE ([string $object_name = "PHP"], [array $variables = array()], [array $extensions = array()], [bool $report_uncaught_exceptions]) o public mixed V8Js::executeString V8Js::FLAG_NONE (string $script, [string $identifier = "V8Js::executeString()"], [int $flags]) o publicstatic array V8Js::getExtensions (void ) o public V8JsException V8Js::getPendingException (void ) o publicstatic bool V8Js::registerExtension FALSE (string $extension_name, string $script, [array $dependencies = array()], [bool $auto_enable])
PREDEFINED CONSTANTS
o V8Js::V8_VERSION -The V8 Javascript Engine version. o V8Js::FLAG_NONE -No flags. o V8Js::FLAG_FORCE_ARRAY -Forces all JS objects to be associative arrays in PHP. PHP Documentation Group V8JS(3)
Related Man Pages
mongo(3) - php
reflectionfunction(3) - php
reflectionproperty(3) - php
spltempfileobject(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
Status of UNIX.COM Forum Transformation
Please Welcome Nicki Paul to the Moderator Team!