File manager - Edit - /var/www/payraty/helpdesk/vendor/intervention/image/src/Encoders/JpegEncoder.php
Back
<?php declare(strict_types=1); namespace Intervention\Image\Encoders; use Intervention\Image\Drivers\SpecializableEncoder; class JpegEncoder extends SpecializableEncoder { /** * Create new encoder object * * @param int $quality * @param bool $progressive * @return void */ public function __construct( public int $quality = self::DEFAULT_QUALITY, public bool $progressive = false ) { } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings