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 /** * Reads entire file into a string * * @phpstub * * @param string $filename..

Decoded Output download

<?php

/**
 * Reads entire file into a string
 *
 * @phpstub
 *
 * @param string $filename
 * @param bool $use_include_path
 * @param resource $context
 * @param int $offset
 * @param int $maxlen
 *
 * @return string The function returns the read data.
 */
function file_get_contents($filename, $use_include_path = false, $context = NULL, $offset = -1, $maxlen = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Reads entire file into a string
 *
 * @phpstub
 *
 * @param string $filename
 * @param bool $use_include_path
 * @param resource $context
 * @param int $offset
 * @param int $maxlen
 *
 * @return string The function returns the read data.
 */
function file_get_contents($filename, $use_include_path = false, $context = NULL, $offset = -1, $maxlen = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 bf00ce8e6bfe465dd7029a550b47d75e
Eval Count 0
Decode Time 88 ms