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 Api; /** * User Api Controller * * @author sasou * @version 1.0 *..
Decoded Output download
<?php
namespace Api;
/**
* User Api Controller
*
* @author sasou
* @version 1.0
*/
class User extends \Gene\Controller
{
/**
*
*
* @param string $username
* @param string $password
* @return array
*/
function remoteLogin()
{
return $this->data(\Gene\Request::post());
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Api;
/**
* User Api Controller
*
* @author sasou
* @version 1.0
*/
class User extends \Gene\Controller
{
/**
*
*
* @param string $username
* @param string $password
* @return array
*/
function remoteLogin()
{
return $this->data(\Gene\Request::post());
}
}
Function Calls
None |
Stats
MD5 | 6cca3d7c9ce7d10e665fac18104b44c7 |
Eval Count | 0 |
Decode Time | 75 ms |