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 /** * Create array containing variables and their values * * @phpstub-variable-p..
Decoded Output download
<?php
/**
* Create array containing variables and their values
*
* @phpstub-variable-parameters
* @phpstub
*
* @param mixed $varname
* @param mixed $_
*
* @return array Returns the output array with all the variables added to it.
*/
function compact($varname, $_ = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create array containing variables and their values
*
* @phpstub-variable-parameters
* @phpstub
*
* @param mixed $varname
* @param mixed $_
*
* @return array Returns the output array with all the variables added to it.
*/
function compact($varname, $_ = NULL)
{
}
Function Calls
None |
Stats
MD5 | 184a80c05ab71639e26cd6b8a11fbf84 |
Eval Count | 0 |
Decode Time | 78 ms |