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 /** * Return information about a file * * @phpstub * * @param resource $finfo ..

Decoded Output download

<?php

/**
 * Return information about a file
 *
 * @phpstub
 *
 * @param resource $finfo
 * @param string $file_name
 * @param int $options
 * @param resource $context
 *
 * @return string
 */
function finfo_file($finfo, $file_name = NULL, $options = false, $context = NULL)
{
}

/**
 * Return information about a file
 *
 * @phpstub
 *
 * @param string $file_name
 * @param int $options
 * @param resource $context
 *
 * @return string
 */
function finfo_file($file_name = NULL, $options = false, $context = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return information about a file
 *
 * @phpstub
 *
 * @param resource $finfo
 * @param string $file_name
 * @param int $options
 * @param resource $context
 *
 * @return string
 */
function finfo_file($finfo, $file_name = NULL, $options = false, $context = NULL)
{
}

/**
 * Return information about a file
 *
 * @phpstub
 *
 * @param string $file_name
 * @param int $options
 * @param resource $context
 *
 * @return string
 */
function finfo_file($file_name = NULL, $options = false, $context = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 72122afda84fdc31d94797d3e17fb296
Eval Count 0
Decode Time 83 ms