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 /** * Calculate the group access list * * @phpstub * * @param string $name * ..
Decoded Output download
<?php
/**
* Calculate the group access list
*
* @phpstub
*
* @param string $name
* @param int $base_group_id
*
* @return bool
*/
function posix_initgroups($name, $base_group_id)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Calculate the group access list
*
* @phpstub
*
* @param string $name
* @param int $base_group_id
*
* @return bool
*/
function posix_initgroups($name, $base_group_id)
{
}
Function Calls
None |
Stats
MD5 | b31e1acedc9e2fa230c288cab44f3788 |
Eval Count | 0 |
Decode Time | 100 ms |