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

declare(strict_types=1);

namespace 
InterventionImageInterfaces;

interface 
AnalyzerInterface
{
    
/**
     * Analyze given image and return the retrieved data.
     */
    
public function analyze(ImageInterface $image): mixed;
}
Онлайн: 1
Реклама