<?php file_put_contents( string $filename, mixed $data, int $flags = 0, ?resource $context = null): int|false
<?php } $data = $this->encode($format, $quality); $saved = @file_put_contents($path, $data); if ($saved === false) { throw new NotWritableException(