@wp-playground/clientFunctionssetPhpIniEntriessetPhpIniEntries CallablesetPhpIniEntries(php: UniversalPHP, entries: Record<string, unknown>): Promise<void>Rewrites the php.ini file with the given entries.Parametersphp: UniversalPHPThe PHP instance.entries: Record<string, unknown>The entries to write to the php.ini file.Returns Promise<void>
Rewrites the php.ini file with the given entries.