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 /** * Returns the last modified time of the given file * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Returns the last modified time of the given file
*
* @phpstub
*
* @param resource $ftp_stream
* @param string $remote_file
*
* @return int Returns the last modified time as a Unix timestamp on success, or -1 on
* error.
*/
function ftp_mdtm($ftp_stream, $remote_file)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the last modified time of the given file
*
* @phpstub
*
* @param resource $ftp_stream
* @param string $remote_file
*
* @return int Returns the last modified time as a Unix timestamp on success, or -1 on
* error.
*/
function ftp_mdtm($ftp_stream, $remote_file)
{
}
Function Calls
None |
Stats
MD5 | 160883f8a7216da211ce36492e6de3d0 |
Eval Count | 0 |
Decode Time | 83 ms |