メインコンテンツへスキップ

loadNodeRuntime

Callable

  • loadNodeRuntime(phpVersion: SupportedPHPVersion, options?: PHPLoaderOptions): Promise<any>

  • Does what load() does, but synchronously returns an object with the PHP instance and a promise that resolves when the PHP instance is ready.

    @see

    load


    Parameters

    Returns Promise<any>