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 version number for FDF API or file * * @phpstub * * @param resource..

Decoded Output download

<?php

/**
 * Gets version number for FDF API or file
 *
 * @phpstub
 *
 * @param resource $fdf_document
 *
 * @return string Returns the version as a string. For the current FDF toolkit 5.0 the API
 *                version number is  and the document version number
 *                is either ,  or
 *                .
 */
function fdf_get_version($fdf_document = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets version number for FDF API or file
 *
 * @phpstub
 *
 * @param resource $fdf_document
 *
 * @return string Returns the version as a string. For the current FDF toolkit 5.0 the API
 *                version number is  and the document version number
 *                is either ,  or
 *                .
 */
function fdf_get_version($fdf_document = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 82a71afe232bd206367a0a3ae7bc0f74
Eval Count 0
Decode Time 99 ms