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 /** * Outputs a file * * @phpstub * * @param string $filename * @param bool $..

Decoded Output download

<?php

/**
 * Outputs a file
 *
 * @phpstub
 *
 * @param string $filename
 * @param bool $use_include_path
 * @param resource $context
 *
 * @return int Returns the number of bytes read from the file. If an error
 *             occurs, false is returned and unless the function was called as
 *             @, an error message is printed.
 */
function readfile($filename, $use_include_path = false, $context = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Outputs a file
 *
 * @phpstub
 *
 * @param string $filename
 * @param bool $use_include_path
 * @param resource $context
 *
 * @return int Returns the number of bytes read from the file. If an error
 *             occurs, false is returned and unless the function was called as
 *             @, an error message is printed.
 */
function readfile($filename, $use_include_path = false, $context = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 2e6d85664516103e63006316445e95b9
Eval Count 0
Decode Time 109 ms