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 /** * Return login name * * @phpstub * * @return string Returns the login name..
Decoded Output download
<?php
/**
* Return login name
*
* @phpstub
*
* @return string Returns the login name of the user, as a ``string``.
*/
function posix_getlogin()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return login name
*
* @phpstub
*
* @return string Returns the login name of the user, as a ``string``.
*/
function posix_getlogin()
{
}
Function Calls
None |
Stats
MD5 | c7a7a86edee89cbaaf7042af28361143 |
Eval Count | 0 |
Decode Time | 100 ms |