Class that holds parameters for an ssh2_connect $methods parameter This corresponds to the client_to_server and server_to_client keys of the optional $methods parameter for the ssh2_connect function
see | |
---|---|
author |
Derek Gallo http://github.com/drock |
package |
phing.tasks.ext |
_filterParam( $var)
getComp() : string
string
getCrypt() : string
string
getMac() : string
string
setComp(string $comp)
string
setCrypt(string $crypt)
string
setMac(string $mac)
string
toArray() : array
array
crypt : string
var |
---|
string
comp : string
var |
---|
string
mac : string
var |
---|
string