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 Rx; interface DisposableInterface { public function dispose(); } ..
Decoded Output download
<?php
namespace Rx;
interface DisposableInterface
{
public function dispose();
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Rx;
interface DisposableInterface
{
public function dispose();
}
Function Calls
None |
Stats
MD5 | eafd9e27e7bdc7325a9a0c30ee93cdc9 |
Eval Count | 0 |
Decode Time | 100 ms |