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