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 namespace Spatie\MediaLibrary\MediaCollections\Exceptions; class UnknownType exten..

Decoded Output download

<?php

namespace Spatie\MediaLibrary\MediaCollections\Exceptions;

class UnknownType extends FileCannotBeAdded
{
    public static function create(): self
    {
        return new static('Only strings, FileObjects and UploadedFileObjects can be imported');
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Spatie\MediaLibrary\MediaCollections\Exceptions;

class UnknownType extends FileCannotBeAdded
{
    public static function create(): self
    {
        return new static('Only strings, FileObjects and UploadedFileObjects can be imported');
    }
}

Function Calls

None

Variables

None

Stats

MD5 24da8d34bf543592293267556a942127
Eval Count 0
Decode Time 95 ms