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 file was uploaded via HTTP POST * * @phpstub * * @para..
Decoded Output download
<?php
/**
* Tells whether the file was uploaded via HTTP POST
*
* @phpstub
*
* @param string $filename
*
* @return bool
*/
function is_uploaded_file($filename)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Tells whether the file was uploaded via HTTP POST
*
* @phpstub
*
* @param string $filename
*
* @return bool
*/
function is_uploaded_file($filename)
{
}
Function Calls
| None |
Stats
| MD5 | cb0af1842514d48dbc16d200ffd97289 |
| Eval Count | 0 |
| Decode Time | 94 ms |