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