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 /** * Logs in to an FTP connection * * @phpstub * * @param resource $ftp_strea..

Decoded Output download

<?php

/**
 * Logs in to an FTP connection
 *
 * @phpstub
 *
 * @param resource $ftp_stream
 * @param string $username
 * @param string $password
 *
 * @return bool If login fails, PHP will also throw a warning.
 */
function ftp_login($ftp_stream, $username, $password)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Logs in to an FTP connection
 *
 * @phpstub
 *
 * @param resource $ftp_stream
 * @param string $username
 * @param string $password
 *
 * @return bool If login fails, PHP will also throw a warning.
 */
function ftp_login($ftp_stream, $username, $password)
{
}

Function Calls

None

Variables

None

Stats

MD5 53bc2193753e000d4c3d276c4112bdda
Eval Count 0
Decode Time 68 ms