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 /** * Add the word to a personal wordlist * * @phpstub * * @param int $diction..
Decoded Output download
<?php
/**
* Add the word to a personal wordlist
*
* @phpstub
*
* @param int $dictionary_link
* @param string $word
*
* @return bool
*/
function pspell_add_to_personal($dictionary_link, $word)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Add the word to a personal wordlist
*
* @phpstub
*
* @param int $dictionary_link
* @param string $word
*
* @return bool
*/
function pspell_add_to_personal($dictionary_link, $word)
{
}
Function Calls
None |
Stats
MD5 | 908f6d34ff1d650d1e83013180310ad0 |
Eval Count | 0 |
Decode Time | 79 ms |