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 /** * Import variables into the current symbol table from an array * * @phpstub ..
Decoded Output download
<?php
/**
* Import variables into the current symbol table from an array
*
* @phpstub
*
* @param array $var_array
* @param int $extract_type
* @param string $prefix
*
* @return int Returns the number of variables successfully imported into the symbol
* table.
*/
function extract(&$var_array, $extract_type = false, $prefix = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Import variables into the current symbol table from an array
*
* @phpstub
*
* @param array $var_array
* @param int $extract_type
* @param string $prefix
*
* @return int Returns the number of variables successfully imported into the symbol
* table.
*/
function extract(&$var_array, $extract_type = false, $prefix = NULL)
{
}
Function Calls
None |
Stats
MD5 | 838ad789cd0de46ddf8014fcc6f2a4d5 |
Eval Count | 0 |
Decode Time | 96 ms |