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 Livewire\Features\SupportDisablingBackButtonCache; trait HandlesDisablin..
Decoded Output download
<?php
namespace Livewire\Features\SupportDisablingBackButtonCache;
trait HandlesDisablingBackButtonCache
{
function disableBackButtonCache()
{
SupportDisablingBackButtonCache::$disableBackButtonCache = true;
}
function enableBackButtonCache()
{
SupportDisablingBackButtonCache::$disableBackButtonCache = false;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Livewire\Features\SupportDisablingBackButtonCache;
trait HandlesDisablingBackButtonCache
{
function disableBackButtonCache()
{
SupportDisablingBackButtonCache::$disableBackButtonCache = true;
}
function enableBackButtonCache()
{
SupportDisablingBackButtonCache::$disableBackButtonCache = false;
}
}
Function Calls
None |
Stats
MD5 | a6d1d4f2bbc41a129aebcd50106067dd |
Eval Count | 0 |
Decode Time | 117 ms |