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 /** * Returns an array comprising a function's argument list * * @phpstub * * ..
Decoded Output download
<?php
/**
* Returns an array comprising a function's argument list
*
* @phpstub
*
* @return array Returns an array in which each element is a copy of the corresponding
* member of the current user-defined function's argument list.
*/
function func_get_args()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns an array comprising a function's argument list
*
* @phpstub
*
* @return array Returns an array in which each element is a copy of the corresponding
* member of the current user-defined function's argument list.
*/
function func_get_args()
{
}
Function Calls
None |
Stats
MD5 | 3cf4fbbec094e87818f361888627c53c |
Eval Count | 0 |
Decode Time | 85 ms |