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 /** * Sends an arbitrary command to an FTP server * * @phpstub * * @param reso..

Decoded Output download

<?php

/**
 * Sends an arbitrary command to an FTP server
 *
 * @phpstub
 *
 * @param resource $ftp_stream
 * @param string $command
 *
 * @return array Returns the server's response as an array of strings.
 *               No parsing is performed on the response string, nor does
 *               determine if the command succeeded.
 */
function ftp_raw($ftp_stream, $command)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sends an arbitrary command to an FTP server
 *
 * @phpstub
 *
 * @param resource $ftp_stream
 * @param string $command
 *
 * @return array Returns the server's response as an array of strings.
 *               No parsing is performed on the response string, nor does
 *               determine if the command succeeded.
 */
function ftp_raw($ftp_stream, $command)
{
}

Function Calls

None

Variables

None

Stats

MD5 6ff57a43d02ded79d1dac4558fcc82b1
Eval Count 0
Decode Time 108 ms