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 App\Facades; use Illuminate\Support\Facades\Facade; /** * @method stat..

Decoded Output download

<?php

namespace App\Facades;

use Illuminate\Support\Facades\Facade;

/**
 * @method static bool used()
 */
class ITunes extends Facade
{
    protected static function getFacadeAccessor(): string
    {
        return 'iTunes';
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace App\Facades;

use Illuminate\Support\Facades\Facade;

/**
 * @method static bool used()
 */
class ITunes extends Facade
{
    protected static function getFacadeAccessor(): string
    {
        return 'iTunes';
    }
}

Function Calls

None

Variables

None

Stats

MD5 fb227eebe51bedbf1d38508f9dbf0dfe
Eval Count 0
Decode Time 94 ms