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 /** * Stores a file on the FTP server (non-blocking) * * @phpstub * * @param r..

Decoded Output download

<?php

/**
 * Stores a file on the FTP server (non-blocking)
 *
 * @phpstub
 *
 * @param resource $ftp_stream
 * @param string $remote_file
 * @param string $local_file
 * @param int $mode
 * @param int $startpos
 *
 * @return int Returns  or
 *             or .
 */
function ftp_nb_put($ftp_stream, $remote_file, $local_file, $mode, $startpos = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Stores a file on the FTP server (non-blocking)
 *
 * @phpstub
 *
 * @param resource $ftp_stream
 * @param string $remote_file
 * @param string $local_file
 * @param int $mode
 * @param int $startpos
 *
 * @return int Returns  or
 *             or .
 */
function ftp_nb_put($ftp_stream, $remote_file, $local_file, $mode, $startpos = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 3e488554d49b15f2169fa887647b7927
Eval Count 0
Decode Time 100 ms