The V8Js class
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.
Intro
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() for more information.
Class synopsis
Predefined Constants
V8Js::V8_VERSIONThe V8 Javascript Engine version.
V8Js::FLAG_NONENo flags.
V8Js::FLAG_FORCE_ARRAYForces all JS objects to be associative arrays in PHP.
V8js