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 /** * Store a replacement pair for a word * * @phpstub * * @param int $diction..

Decoded Output download

<?php

/**
 * Store a replacement pair for a word
 *
 * @phpstub
 *
 * @param int $dictionary_link
 * @param string $misspelled
 * @param string $correct
 *
 * @return bool 
 */
function pspell_store_replacement($dictionary_link, $misspelled, $correct)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Store a replacement pair for a word
 *
 * @phpstub
 *
 * @param int $dictionary_link
 * @param string $misspelled
 * @param string $correct
 *
 * @return bool 
 */
function pspell_store_replacement($dictionary_link, $misspelled, $correct)
{
}

Function Calls

None

Variables

None

Stats

MD5 403894556a8cbbada2cace189e4a805d
Eval Count 0
Decode Time 91 ms