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 /** * Turns passive mode on or off * * @phpstub * * @param resource $ftp_strea..
Decoded Output download
<?php
/**
* Turns passive mode on or off
*
* @phpstub
*
* @param resource $ftp_stream
* @param bool $pasv
*
* @return bool
*/
function ftp_pasv($ftp_stream, $pasv)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Turns passive mode on or off
*
* @phpstub
*
* @param resource $ftp_stream
* @param bool $pasv
*
* @return bool
*/
function ftp_pasv($ftp_stream, $pasv)
{
}
Function Calls
None |
Stats
MD5 | b9c2778da96e0ac48995f8e17dcf60b3 |
Eval Count | 0 |
Decode Time | 105 ms |