yaml_emit

(PECL yaml >= 0.5.0) Returns the YAML representation of a value string yaml_emit ( mixed $data [, int $encoding = YAML_ANY_ENCODING [, int $linebreak = YAML_ANY_BREAK [, array $callbacks ]]] ) Generate a YAML representation of the provided data. Parameters: data The data being encoded. Can be any type except a resource. encoding Ou

yaml_emit_file

(PECL yaml >= 0.5.0) Send the YAML representation of a value to a file bool yaml_emit_file ( string $filename, mixed $data [, int $encoding = YAML_ANY_ENCODING [, int $linebreak = YAML_ANY_BREAK [, array $callbacks ]]] ) Generate a YAML representation of the provided data in the filename. Parameters: filename Path to the file. data

V8JsException::getJsTrace

(PECL v8js >= 0.1.0) The getJsTrace purpose final public string V8JsException::getJsTrace ( void ) Returns: This function is currently not documented; only its argument list is available.

V8JsException::getJsSourceLine

(PECL v8js >= 0.1.0) The getJsSourceLine purpose final public string V8JsException::getJsSourceLine ( void ) Returns: This function is currently not documented; only its argument list is available.

V8JsException::getJsLineNumber

(PECL v8js >= 0.1.0) The getJsLineNumber purpose final public int V8JsException::getJsLineNumber ( void ) Returns: This function is currently not documented; only its argument list is available.

V8JsException::getJsFileName

(PECL v8js >= 0.1.0) The getJsFileName purpose final public string V8JsException::getJsFileName ( void ) Returns: This function is currently not documented; only its argument list is available.

V8Js::registerExtension

(PECL v8js >= 0.1.0) Register Javascript extensions for V8Js public static bool V8Js::registerExtension ( string $extension_name, string $script [, array $dependencies = array() [, bool $auto_enable = FALSE ]] ) Registers passed Javascript script as extension to be used in V8Js contexts. Parameters: extension_name Name of the extension to be registered.

V8Js::getPendingException

(PECL v8js >= 0.1.0) Return pending uncaught Javascript exception public V8JsException V8Js::getPendingException ( void ) Returns any pending uncaught Javascript exception as V8JsException left from earlier V8Js::executeString() call(s). Returns: Either V8JsException or NULL.

V8Js::getExtensions

(PECL v8js >= 0.1.0) Return an array of registered extensions public static array V8Js::getExtensions ( void ) This function returns array of Javascript extensions registered using V8Js::registerExtension(). Returns: Returns an array of registered extensions or an empty array if there are none.

V8Js::executeString

(PECL v8js >= 0.1.0) Execute a string as Javascript code public mixed V8Js::executeString ( string $script [, string $identifier = "V8Js::executeString()" [, int $flags = V8Js::FLAG_NONE ]] ) Compiles and executes the string passed with script as Javascript code. Parameters: script The code string to be executed. identifier Identif