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 an array * * @phpstub * * @param string $filename..
Decoded Output download
<?php
/**
* Reads entire file into an array
*
* @phpstub
*
* @param string $filename
* @param int $flags
* @param resource $context
*
* @return array Returns the file in an array. Each element of the array corresponds to a
* line in the file, with the newline still attached. Upon failure,
* returns false.
*/
function file($filename, $flags = false, $context = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Reads entire file into an array
*
* @phpstub
*
* @param string $filename
* @param int $flags
* @param resource $context
*
* @return array Returns the file in an array. Each element of the array corresponds to a
* line in the file, with the newline still attached. Upon failure,
* returns false.
*/
function file($filename, $flags = false, $context = NULL)
{
}
Function Calls
None |
Stats
MD5 | 3598ceed90ca2d0e10c7d750fb066617 |
Eval Count | 0 |
Decode Time | 76 ms |