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 group set of the current process * * @phpstub * * @return arr..

Decoded Output download

<?php

/**
 * Return the group set of the current process
 *
 * @phpstub
 *
 * @return array Returns an array of integers containing the numeric group ids of the group
 *               set of the current process.
 */
function posix_getgroups()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return the group set of the current process
 *
 * @phpstub
 *
 * @return array Returns an array of integers containing the numeric group ids of the group
 *               set of the current process.
 */
function posix_getgroups()
{
}

Function Calls

None

Variables

None

Stats

MD5 8b70160d9b3ff6a84b876b9ece55554a
Eval Count 0
Decode Time 87 ms