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 /** * Get the value of a field * * @phpstub * * @param resource $fdf_document ..
Decoded Output download
<?php
/**
* Get the value of a field
*
* @phpstub
*
* @param resource $fdf_document
* @param string $fieldname
* @param int $which
*
* @return mixed Returns the field value.
*/
function fdf_get_value($fdf_document, $fieldname, $which = -1)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the value of a field
*
* @phpstub
*
* @param resource $fdf_document
* @param string $fieldname
* @param int $which
*
* @return mixed Returns the field value.
*/
function fdf_get_value($fdf_document, $fieldname, $which = -1)
{
}
Function Calls
None |
Stats
MD5 | 2aac7e4fe34334e202921ab6416c04d1 |
Eval Count | 0 |
Decode Time | 85 ms |