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 if (empty(Swoole::$php->config['upload'])) { throw new Exception("require upload..
Decoded Output download
<?php
if (empty(Swoole::$php->config['upload']))
{
throw new Exception("require upload config");
}
else
{
$config = Swoole::$php->config['upload'];
}
$upload = new Swoole\Upload($config);
return $upload;
?>
Did this file decode correctly?
Original Code
<?php
if (empty(Swoole::$php->config['upload']))
{
throw new Exception("require upload config");
}
else
{
$config = Swoole::$php->config['upload'];
}
$upload = new Swoole\Upload($config);
return $upload;
Function Calls
None |
Stats
MD5 | 3110b15ad709d9e3dcd72d339f96a532 |
Eval Count | 0 |
Decode Time | 88 ms |