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 abstract class DrydockWebrootInterface extends DrydockInterface { final public f..
Decoded Output download
<?php
abstract class DrydockWebrootInterface extends DrydockInterface {
final public function getInterfaceType() {
return 'webroot';
}
abstract public function getURI();
}
?>
Did this file decode correctly?
Original Code
<?php
abstract class DrydockWebrootInterface extends DrydockInterface {
final public function getInterfaceType() {
return 'webroot';
}
abstract public function getURI();
}
Function Calls
None |
Stats
MD5 | f2868c769a6966d8cc0bba025b379900 |
Eval Count | 0 |
Decode Time | 84 ms |