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 /** * Get the current sid of the process * * @phpstub * * @param int $pid * ..
Decoded Output download
<?php
/**
* Get the current sid of the process
*
* @phpstub
*
* @param int $pid
*
* @return int Returns the identifier, as an ``integer``.
*/
function posix_getsid($pid)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the current sid of the process
*
* @phpstub
*
* @param int $pid
*
* @return int Returns the identifier, as an ``integer``.
*/
function posix_getsid($pid)
{
}
Function Calls
None |
Stats
MD5 | 376980ea5bfb8b8b0bfbaac2ddbcaf70 |
Eval Count | 0 |
Decode Time | 104 ms |