<?php file_put_contents( string $filename, mixed $data, int $flags = 0, ?resource $context = null): int|false
<?php public function write($filename) { file_put_contents($filename, $this->getOutput()); } }