@php-wasm/nodeFunctionsgetPHPLoaderModulegetPHPLoaderModule CallablegetPHPLoaderModule(version?: any): Promise<PHPLoaderModule>Loads the PHP loader module for the given PHP version. Each PHP version is packaged separately to reduce bundle size:@php-wasm/node-8-5@php-wasm/node-8-4@php-wasm/node-8-3etc.Parametersversion: any = LatestSupportedPHPVersionThe PHP version to load.Returns Promise<PHPLoaderModule>The PHP loader module.
Loads the PHP loader module for the given PHP version.
Each PHP version is packaged separately to reduce bundle size: