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 global $php; $config = $php->config['url'][$php->factory_key]; return new Swoole\URL..
Decoded Output download
<?php
global $php;
$config = $php->config['url'][$php->factory_key];
return new Swoole\URL($config);
?>
Did this file decode correctly?
Original Code
<?php
global $php;
$config = $php->config['url'][$php->factory_key];
return new Swoole\URL($config);
Function Calls
None |
Stats
MD5 | db2798f518029a6e4cb439b15dcdd253 |
Eval Count | 0 |
Decode Time | 103 ms |