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 /** * Gets file group * * @phpstub * * @param string $filename * * @return i..
Decoded Output download
<?php
/**
* Gets file group
*
* @phpstub
*
* @param string $filename
*
* @return int Returns the group ID of the file, or false if
* an error occurs. The group ID is returned in numerical format, use
* to resolve it to a group name.
* Upon failure, false is returned.
*/
function filegroup($filename)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets file group
*
* @phpstub
*
* @param string $filename
*
* @return int Returns the group ID of the file, or false if
* an error occurs. The group ID is returned in numerical format, use
* to resolve it to a group name.
* Upon failure, false is returned.
*/
function filegroup($filename)
{
}
Function Calls
None |
Stats
MD5 | bc54308f84b7cf32e115b168f8ebe598 |
Eval Count | 0 |
Decode Time | 89 ms |