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 /** * Gets PHP script owner's UID * * @phpstub * * @return int Returns the use..
Decoded Output download
<?php
/**
* Gets PHP script owner's UID
*
* @phpstub
*
* @return int Returns the user ID of the current script, or false on error.
*/
function getmyuid()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets PHP script owner's UID
*
* @phpstub
*
* @return int Returns the user ID of the current script, or false on error.
*/
function getmyuid()
{
}
Function Calls
None |
Stats
MD5 | 52c7a0b8f5cbda394b646a6e191945d3 |
Eval Count | 0 |
Decode Time | 84 ms |