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 /** * Consider run-together words as valid compounds * * @phpstub * * @param i..

Decoded Output download

<?php

/**
 * Consider run-together words as valid compounds
 *
 * @phpstub
 *
 * @param int $dictionary_link
 * @param bool $flag
 *
 * @return bool 
 */
function pspell_config_runtogether($dictionary_link, $flag)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Consider run-together words as valid compounds
 *
 * @phpstub
 *
 * @param int $dictionary_link
 * @param bool $flag
 *
 * @return bool 
 */
function pspell_config_runtogether($dictionary_link, $flag)
{
}

Function Calls

None

Variables

None

Stats

MD5 46c0f63d29f0b4153acb682d0a33862d
Eval Count 0
Decode Time 95 ms