@wp-playground/clientFunctionswriteFilewriteFile CallablewriteFile(php: UniversalPHP, args: Omit<WriteFileStep<File>, step>, progressArgs?: StepProgress): anyWrites data to a file at the specified path.Parametersphp: UniversalPHPA PHP instance or Playground client.args: Omit<WriteFileStep<File>, step>optionalprogressArgs: StepProgressReturns any
Writes data to a file at the specified path.