ssh2_disconnect
(PECL ssh2 >= 1.0)
ssh2_disconnect — Close a connection to a remote SSH server
Beschreibung
$session
): boolClose a connection to a remote SSH server.
Parameter-Liste
-
session
-
An SSH connection link identifier, obtained from a call to ssh2_connect().
Rückgabewerte
Gibt bei Erfolg true
zurück. Bei einem Fehler wird false
zurückgegeben.
Siehe auch
- ssh2_connect() - Connect to an SSH server