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