https link for ssh_disconnect

This commit is contained in:
Alexander Over 2018-09-27 09:12:53 +02:00
parent b7353d6326
commit 6bb2292525
No known key found for this signature in database
GPG Key ID: 90323B1C3679775A
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ function ssh2_connect ($host, $port = null, array $methods = null , array $callb
/**
* (PECL ssh2 &gt;= 1.0)<br/>
* Close a connection to a remote SSH server
* @link http://php.net/manual/en/function.ssh2-disconnect.php
* @link https://php.net/manual/en/function.ssh2-disconnect.php
* @param resource $session <p>
* An SSH connection link identifier, obtained from a call to
* ssh2_connect.