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 /** * Tells whether the filename is a regular file * * @phpstub * * @param str..
Decoded Output download
<?php
/**
* Tells whether the filename is a regular file
*
* @phpstub
*
* @param string $filename
*
* @return bool Returns true if the filename exists and is a regular file, false
* otherwise.
*/
function is_file($filename)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Tells whether the filename is a regular file
*
* @phpstub
*
* @param string $filename
*
* @return bool Returns true if the filename exists and is a regular file, false
* otherwise.
*/
function is_file($filename)
{
}
Function Calls
None |
Stats
MD5 | 7c50a5f8cb284768e329f3ed71cb079e |
Eval Count | 0 |
Decode Time | 91 ms |