CakeFest 2024: The Official CakePHP Conference

V8Js::getExtensions

(PECL v8js >= 0.1.0)

V8Js::getExtensionsReturn an array of registered extensions

Descrição

public static V8Js::getExtensions(): array

This function returns array of Javascript extensions registered using V8Js::registerExtension().

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns an array of registered extensions or an empty array if there are none.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top