mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 19:40:28 +00:00
- fix phpdoc comment for _disconnect function
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@14 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
parent
148178da63
commit
ad5bc5a1ef
@ -65,7 +65,7 @@
|
|||||||
* @author Jim Wigginton <terrafrost@php.net>
|
* @author Jim Wigginton <terrafrost@php.net>
|
||||||
* @copyright MMVII Jim Wigginton
|
* @copyright MMVII Jim Wigginton
|
||||||
* @license http://www.gnu.org/licenses/lgpl.txt
|
* @license http://www.gnu.org/licenses/lgpl.txt
|
||||||
* @version $Id: SSH1.php,v 1.7 2008-05-15 17:40:03 terrafrost Exp $
|
* @version $Id: SSH1.php,v 1.8 2008-05-15 17:46:51 terrafrost Exp $
|
||||||
* @link http://phpseclib.sourceforge.net
|
* @link http://phpseclib.sourceforge.net
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -787,12 +787,9 @@ class Net_SSH1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets Binary Packets
|
* Disconnect
|
||||||
*
|
*
|
||||||
* See '6. Binary Packet Protocol' of rfc4253 for more info.
|
* @param String $msg
|
||||||
*
|
|
||||||
* @see Net_SSH2::_send_binary_packet()
|
|
||||||
* @return String
|
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
function _disconnect($msg = 'Client Quit')
|
function _disconnect($msg = 'Client Quit')
|
||||||
|
Loading…
Reference in New Issue
Block a user