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 /** * Set the value of a field * * @phpstub * * @param resource $fdf_document ..

Decoded Output download

<?php

/**
 * Set the value of a field
 *
 * @phpstub
 *
 * @param resource $fdf_document
 * @param string $fieldname
 * @param mixed $value
 * @param int $isName
 *
 * @return bool 
 */
function fdf_set_value($fdf_document, $fieldname, $value, $isName = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set the value of a field
 *
 * @phpstub
 *
 * @param resource $fdf_document
 * @param string $fieldname
 * @param mixed $value
 * @param int $isName
 *
 * @return bool 
 */
function fdf_set_value($fdf_document, $fieldname, $value, $isName = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 7b37a7cc75ad48a3307dca3dcd2580c9
Eval Count 0
Decode Time 86 ms