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 a submit form action of a field * * @phpstub * * @param resource $f..

Decoded Output download

<?php

/**
 * Sets a submit form action of a field
 *
 * @phpstub
 *
 * @param resource $fdf_document
 * @param string $fieldname
 * @param int $trigger
 * @param string $script
 * @param int $flags
 *
 * @return bool 
 */
function fdf_set_submit_form_action($fdf_document, $fieldname, $trigger, $script, $flags)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets a submit form action of a field
 *
 * @phpstub
 *
 * @param resource $fdf_document
 * @param string $fieldname
 * @param int $trigger
 * @param string $script
 * @param int $flags
 *
 * @return bool 
 */
function fdf_set_submit_form_action($fdf_document, $fieldname, $trigger, $script, $flags)
{
}

Function Calls

None

Variables

None

Stats

MD5 afa8db5cf82631c6c02eca7e23c81346
Eval Count 0
Decode Time 74 ms