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 /** * Will return a list of values if any of those pre-conditions are not met * ..
Decoded Output download
<?php
/**
* Will return a list of values if any of those pre-conditions are not met
*
* @phpstub
*
* @param resource $dict
* @param string $word
*
* @return array Will returns an array of suggestions if the word is bad spelled.
*/
function enchant_dict_suggest($dict, $word)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Will return a list of values if any of those pre-conditions are not met
*
* @phpstub
*
* @param resource $dict
* @param string $word
*
* @return array Will returns an array of suggestions if the word is bad spelled.
*/
function enchant_dict_suggest($dict, $word)
{
}
Function Calls
None |
Stats
MD5 | d7971196beb255704b589e807d51dbfc |
Eval Count | 0 |
Decode Time | 89 ms |