Вход Регистрация
Файл: vendor/intervention/image/src/Interfaces/DecoderInterface.php
Строк: 27
<?php

declare(strict_types=1);

namespace 
InterventionImageInterfaces;

use 
InterventionImageExceptionsRuntimeException;

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;
}
Онлайн: 0
Реклама