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 Webkul\Core\Helpers\Exchange; abstract class ExchangeRate { abstract..
Decoded Output download
<?php
namespace Webkul\Core\Helpers\Exchange;
abstract class ExchangeRate
{
abstract public function updateRates();
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Webkul\Core\Helpers\Exchange;
abstract class ExchangeRate
{
abstract public function updateRates();
}
Function Calls
None |
Stats
MD5 | 0fb8a93c6ff2c691af68669828400af5 |
Eval Count | 0 |
Decode Time | 147 ms |