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 /** * Set a file that contains replacement pairs * * @phpstub * * @param int $..
Decoded Output download
<?php
/**
* Set a file that contains replacement pairs
*
* @phpstub
*
* @param int $dictionary_link
* @param string $file
*
* @return bool
*/
function pspell_config_repl($dictionary_link, $file)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set a file that contains replacement pairs
*
* @phpstub
*
* @param int $dictionary_link
* @param string $file
*
* @return bool
*/
function pspell_config_repl($dictionary_link, $file)
{
}
Function Calls
None |
Stats
MD5 | 9e3c18f45ba9d093f7ee631ec86527bc |
Eval Count | 0 |
Decode Time | 70 ms |