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 /** * Set miscellaneous runtime FTP options * * @phpstub * * @param resource $..
Decoded Output download
<?php
/**
* Set miscellaneous runtime FTP options
*
* @phpstub
*
* @param resource $ftp_stream
* @param int $option
* @param mixed $value
*
* @return bool Returns true if the option could be set; false if not. A warning
* message will be thrown if the is not
* supported or the passed doesn't match the
* expected value for the given .
*/
function ftp_set_option($ftp_stream, $option, $value)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set miscellaneous runtime FTP options
*
* @phpstub
*
* @param resource $ftp_stream
* @param int $option
* @param mixed $value
*
* @return bool Returns true if the option could be set; false if not. A warning
* message will be thrown if the is not
* supported or the passed doesn't match the
* expected value for the given .
*/
function ftp_set_option($ftp_stream, $option, $value)
{
}
Function Calls
None |
Stats
MD5 | ef106b07acbeb63981ec9126c33e3fa7 |
Eval Count | 0 |
Decode Time | 90 ms |