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 'word' to this spell-checking session * * @phpstub * * @param resour..

Decoded Output download

<?php

/**
 * add 'word' to this spell-checking session
 *
 * @phpstub
 *
 * @param resource $dict
 * @param string $word
 *
 * @return void 
 */
function enchant_dict_add_to_session($dict, $word)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * add 'word' to this spell-checking session
 *
 * @phpstub
 *
 * @param resource $dict
 * @param string $word
 *
 * @return void 
 */
function enchant_dict_add_to_session($dict, $word)
{
}

Function Calls

None

Variables

None

Stats

MD5 93078665820d7896408c9dc809dc07f3
Eval Count 0
Decode Time 79 ms