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 flags of a field * * @phpstub * * @param resource $fdf_document..

Decoded Output download

<?php

/**
 * Gets the flags of a field
 *
 * @phpstub
 *
 * @param resource $fdf_document
 * @param string $fieldname
 * @param int $whichflags
 *
 * @return int
 */
function fdf_get_flags($fdf_document, $fieldname, $whichflags)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets the flags of a field
 *
 * @phpstub
 *
 * @param resource $fdf_document
 * @param string $fieldname
 * @param int $whichflags
 *
 * @return int
 */
function fdf_get_flags($fdf_document, $fieldname, $whichflags)
{
}

Function Calls

None

Variables

None

Stats

MD5 d539b8fadadd7041481b84d301817eed
Eval Count 0
Decode Time 95 ms