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 /** * Checks whether a file or directory exists * * @phpstub * * @param string..
Decoded Output download
<?php
/**
* Checks whether a file or directory exists
*
* @phpstub
*
* @param string $filename
*
* @return bool Returns true if the file or directory specified by
* exists; false otherwise.
*/
function file_exists($filename)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Checks whether a file or directory exists
*
* @phpstub
*
* @param string $filename
*
* @return bool Returns true if the file or directory specified by
* exists; false otherwise.
*/
function file_exists($filename)
{
}
Function Calls
None |
Stats
MD5 | ea19d94702a99b2a5fb904482c04a980 |
Eval Count | 0 |
Decode Time | 77 ms |