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 /** * Check a word * * @phpstub * * @param int $dictionary_link * @param stri..

Decoded Output download

<?php

/**
 * Check a word
 *
 * @phpstub
 *
 * @param int $dictionary_link
 * @param string $word
 *
 * @return bool Returns true if the spelling is correct, false if not.
 */
function pspell_check($dictionary_link, $word)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Check a word
 *
 * @phpstub
 *
 * @param int $dictionary_link
 * @param string $word
 *
 * @return bool Returns true if the spelling is correct, false if not.
 */
function pspell_check($dictionary_link, $word)
{
}

Function Calls

None

Variables

None

Stats

MD5 347ebe119fe1b935f829ec938f6ff241
Eval Count 0
Decode Time 95 ms