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 /** * Unset a given variable * * @phpstub-variable-parameters * @phpstub * * ..
Decoded Output download
<?php
/**
* Unset a given variable
*
* @phpstub-variable-parameters
* @phpstub
*
* @param mixed $var
* @param mixed $_
*
* @return void
*/
function unset($var, $_ = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Unset a given variable
*
* @phpstub-variable-parameters
* @phpstub
*
* @param mixed $var
* @param mixed $_
*
* @return void
*/
function unset($var, $_ = NULL)
{
}
Function Calls
None |
Stats
MD5 | fd43e43375d9798d9a5679014ffaeca6 |
Eval Count | 0 |
Decode Time | 98 ms |