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 /** * Connect to an SSH server * * @phpstub * * @param string $host * @param ..
Decoded Output download
<?php
/**
* Connect to an SSH server
*
* @phpstub
*
* @param string $host
* @param int $port
* @param array $methods
* @param array $callbacks
*
* @return resource Returns a resource on success, or false on error.
*/
function ssh2_connect($host, $port = 22, $methods = array(), $callbacks = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Connect to an SSH server
*
* @phpstub
*
* @param string $host
* @param int $port
* @param array $methods
* @param array $callbacks
*
* @return resource Returns a resource on success, or false on error.
*/
function ssh2_connect($host, $port = 22, $methods = array(), $callbacks = array())
{
}
Function Calls
None |
Stats
MD5 | b76d37e6a502f706206e3fe5cb561a3f |
Eval Count | 0 |
Decode Time | 81 ms |