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 /** * Ignore words less than N characters long * * @phpstub * * @param int $di..

Decoded Output download

<?php

/**
 * Ignore words less than N characters long
 *
 * @phpstub
 *
 * @param int $dictionary_link
 * @param int $n
 *
 * @return bool 
 */
function pspell_config_ignore($dictionary_link, $n)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Ignore words less than N characters long
 *
 * @phpstub
 *
 * @param int $dictionary_link
 * @param int $n
 *
 * @return bool 
 */
function pspell_config_ignore($dictionary_link, $n)
{
}

Function Calls

None

Variables

None

Stats

MD5 1f8ba2b77be54005da52296ceb3b2922
Eval Count 0
Decode Time 95 ms