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 /** * Set the UID of the current process * * @phpstub * * @param int $uid * ..

Decoded Output download

<?php

/**
 * Set the UID of the current process
 *
 * @phpstub
 *
 * @param int $uid
 *
 * @return bool 
 */
function posix_setuid($uid)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set the UID of the current process
 *
 * @phpstub
 *
 * @param int $uid
 *
 * @return bool 
 */
function posix_setuid($uid)
{
}

Function Calls

None

Variables

None

Stats

MD5 73fe4f7488f3dec5e0a0ec9bcbe26df2
Eval Count 0
Decode Time 80 ms