From cc55d8c84b82a39089925da1fd703c5d65e60936 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 27 Apr 2018 15:23:58 +0000 Subject: [PATCH] Amend r342939 (Fix bug #75118 (ssh2_disconnect undocumented)) We `svn add` ssh2-disconnect.xml, belatedly. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344867 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ssh2/functions/ssh2-disconnect.xml | 71 ++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 reference/ssh2/functions/ssh2-disconnect.xml diff --git a/reference/ssh2/functions/ssh2-disconnect.xml b/reference/ssh2/functions/ssh2-disconnect.xml new file mode 100644 index 0000000000..9f84ebc5dd --- /dev/null +++ b/reference/ssh2/functions/ssh2-disconnect.xml @@ -0,0 +1,71 @@ + + + + + + ssh2_disconnect + Close a connection to a remote SSH server + + + + &reftitle.description; + + boolssh2_disconnect + resourcesession + + + Close a connection to a remote SSH server. + + + + + &reftitle.parameters; + + + session + + + An SSH connection link identifier, obtained from a call to + ssh2_connect. + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + &reftitle.seealso; + + ssh2_connect + + + + + +