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 the effective user ID of the current process * * @phpstub * * @re..

Decoded Output download

<?php

/**
 * Return the effective user ID of the current process
 *
 * @phpstub
 *
 * @return int Returns the user id, as an ``integer``
 */
function posix_geteuid()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return the effective user ID of the current process
 *
 * @phpstub
 *
 * @return int Returns the user id, as an ``integer``
 */
function posix_geteuid()
{
}

Function Calls

None

Variables

None

Stats

MD5 9e1446a2be6a17ba73e5684c594ab83b
Eval Count 0
Decode Time 66 ms