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 /** * Suggest spellings of a word * * @phpstub * * @param int $dictionary_link..
Decoded Output download
<?php
/**
* Suggest spellings of a word
*
* @phpstub
*
* @param int $dictionary_link
* @param string $word
*
* @return array Returns an array of possible spellings.
*/
function pspell_suggest($dictionary_link, $word)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Suggest spellings of a word
*
* @phpstub
*
* @param int $dictionary_link
* @param string $word
*
* @return array Returns an array of possible spellings.
*/
function pspell_suggest($dictionary_link, $word)
{
}
Function Calls
None |
Stats
MD5 | d5c32f997234875f17f8369142ae1994 |
Eval Count | 0 |
Decode Time | 96 ms |