ssh2_disconnect

(PECL ssh2 >= 1.0)

ssh2_disconnectClose a connection to a remote SSH server

Açıklama

ssh2_disconnect ( resource $session ) : bool

Close a connection to a remote SSH server.

Değiştirgeler

session

An SSH connection link identifier, obtained from a call to ssh2_connect().

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.

Ayrıca Bakınız