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\Shipping\Shipping; if (! function_exists('shipping')) { function sh..
Decoded Output download
<?php
use Webkul\Shipping\Shipping;
if (! function_exists('shipping')) {
function shipping()
{
return new Shipping;
}
}
?>
Did this file decode correctly?
Original Code
<?php
use Webkul\Shipping\Shipping;
if (! function_exists('shipping')) {
function shipping()
{
return new Shipping;
}
}
Function Calls
None |
Stats
MD5 | fbc25baa75bb8fdbbb66bd6009dbe2a5 |
Eval Count | 0 |
Decode Time | 91 ms |