Skip to main content

proxyFileSystem

Callable

  • proxyFileSystem(sourceOfTruth: PHP, replica: PHP, paths: string[]): void

  • Proxy specific paths to the parent’s MEMFS instance. This is useful for sharing the WordPress installation between the parent and child processes.


    Parameters

    • sourceOfTruth: PHP
    • replica: PHP
    • paths: string[]

    Returns void