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 /** * Sets target frame for form * * @phpstub * * @param resource $fdf_documen..

Decoded Output download

<?php

/**
 * Sets target frame for form
 *
 * @phpstub
 *
 * @param resource $fdf_document
 * @param string $fieldname
 * @param int $item
 *
 * @return bool
 */
function fdf_remove_item($fdf_document, $fieldname, $item)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets target frame for form
 *
 * @phpstub
 *
 * @param resource $fdf_document
 * @param string $fieldname
 * @param int $item
 *
 * @return bool
 */
function fdf_remove_item($fdf_document, $fieldname, $item)
{
}

Function Calls

None

Variables

None

Stats

MD5 e3b74a186a58507c1d4d8b5ce5004bbe
Eval Count 0
Decode Time 86 ms