File manager - Edit - /var/www/payraty/helpdesk/vendor/intervention/image/src/Interfaces/EncoderInterface.php
Back
<?php declare(strict_types=1); namespace Intervention\Image\Interfaces; use Intervention\Image\Exceptions\RuntimeException; interface EncoderInterface { /** * Encode given image * * @param ImageInterface $image * @throws RuntimeException * @return EncodedImageInterface */ public function encode(ImageInterface $image): EncodedImageInterface; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings