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 /** * Gets the name of a field * * @phpstub * * @param int $field_number * *..

Decoded Output download

<?php

/**
 * Gets the name of a field
 *
 * @phpstub
 *
 * @param int $field_number
 *
 * @return string Returns the name of the field as a string, or false on errors.
 */
function filepro_fieldname($field_number)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets the name of a field
 *
 * @phpstub
 *
 * @param int $field_number
 *
 * @return string Returns the name of the field as a string, or false on errors.
 */
function filepro_fieldname($field_number)
{
}

Function Calls

None

Variables

None

Stats

MD5 d4103e0fa3119d252d5da6298179bd8c
Eval Count 0
Decode Time 83 ms