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 /** * Load a new dictionary * * @phpstub * * @param string $language * @param..
Decoded Output download
<?php
/**
* Load a new dictionary
*
* @phpstub
*
* @param string $language
* @param string $spelling
* @param string $jargon
* @param string $encoding
* @param int $mode
*
* @return int Returns the dictionary link identifier on success.
*/
function pspell_new($language, $spelling = NULL, $jargon = NULL, $encoding = NULL, $mode = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Load a new dictionary
*
* @phpstub
*
* @param string $language
* @param string $spelling
* @param string $jargon
* @param string $encoding
* @param int $mode
*
* @return int Returns the dictionary link identifier on success.
*/
function pspell_new($language, $spelling = NULL, $jargon = NULL, $encoding = NULL, $mode = false)
{
}
Function Calls
None |
Stats
MD5 | f4194ef7ba1788f928673e42f592894a |
Eval Count | 0 |
Decode Time | 102 ms |