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 use Webkul\User\Bouncer; if (! function_exists('bouncer')) { function bouncer(..

Decoded Output download

<?php

use Webkul\User\Bouncer;

if (! function_exists('bouncer')) {
    function bouncer(): Bouncer
    {
        return app()->make(Bouncer::class);
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

use Webkul\User\Bouncer;

if (! function_exists('bouncer')) {
    function bouncer(): Bouncer
    {
        return app()->make(Bouncer::class);
    }
}

Function Calls

None

Variables

None

Stats

MD5 ff0745dd2ec2f3ba119e8248718a1bbe
Eval Count 0
Decode Time 86 ms