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 /** * Downloads a file from the FTP server * * @phpstub * * @param resource $f..

Decoded Output download

<?php

/**
 * Downloads a file from the FTP server
 *
 * @phpstub
 *
 * @param resource $ftp_stream
 * @param string $local_file
 * @param string $remote_file
 * @param int $mode
 * @param int $resumepos
 *
 * @return bool 
 */
function ftp_get($ftp_stream, $local_file, $remote_file, $mode, $resumepos = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Downloads a file from the FTP server
 *
 * @phpstub
 *
 * @param resource $ftp_stream
 * @param string $local_file
 * @param string $remote_file
 * @param int $mode
 * @param int $resumepos
 *
 * @return bool 
 */
function ftp_get($ftp_stream, $local_file, $remote_file, $mode, $resumepos = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 d290b61ab32a9ed845558f0bb441f777
Eval Count 0
Decode Time 88 ms