Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php declare(strict_types=1); namespace Intervention\Image\Interfaces; use Interventio..

Decoded Output download

<?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;
}
 ?>

Did this file decode correctly?

Original Code

<?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;
}

Function Calls

None

Variables

None

Stats

MD5 be72ec6466ee0c1379f853fb55c60950
Eval Count 0
Decode Time 96 ms