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 the /F key * * @phpstub * * @param resource $fdf_docume..

Decoded Output download

<?php

/**
 * Get the value of the /F key
 *
 * @phpstub
 *
 * @param resource $fdf_document
 *
 * @return string Returns the key value, as a string.
 */
function fdf_get_file($fdf_document)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get the value of the /F key
 *
 * @phpstub
 *
 * @param resource $fdf_document
 *
 * @return string Returns the key value, as a string.
 */
function fdf_get_file($fdf_document)
{
}

Function Calls

None

Variables

None

Stats

MD5 9a658815969d4c6281c463027f6aeadb
Eval Count 0
Decode Time 81 ms