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 info about a user by user id * * @phpstub * * @param int $uid * ..
Decoded Output download
<?php
/**
* Return info about a user by user id
*
* @phpstub
*
* @param int $uid
*
* @return array Returns an associative array with the following elements:
*/
function posix_getpwuid($uid)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return info about a user by user id
*
* @phpstub
*
* @param int $uid
*
* @return array Returns an associative array with the following elements:
*/
function posix_getpwuid($uid)
{
}
Function Calls
None |
Stats
MD5 | f84f1dec4f812e92ee9590368ad3aeb3 |
Eval Count | 0 |
Decode Time | 110 ms |