File manager - Edit - /var/www/payraty/helpdesk/vendor/intervention/image/src/Interfaces/DecoderInterface.php
Back
<?php declare(strict_types=1); namespace Intervention\Image\Interfaces; use Intervention\Image\Exceptions\RuntimeException; interface DecoderInterface { /** * Decode given input either to color or image * * @param mixed $input * @throws RuntimeException * @return ImageInterface|ColorInterface */ public function decode(mixed $input): ImageInterface|ColorInterface; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 1 |
proxy
|
phpinfo
|
Settings