mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-28 01:28:27 +00:00
- update phpDoc comments for Net_SSH1::interactiveRead()
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@25 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
parent
1eb6ac05c0
commit
01ddc53c6d
@ -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.9 2008-05-25 07:28:57 terrafrost Exp $
|
* @version $Id: SSH1.php,v 1.10 2009-03-09 22:00:17 terrafrost Exp $
|
||||||
* @link http://phpseclib.sourceforge.net
|
* @link http://phpseclib.sourceforge.net
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -737,8 +737,7 @@ class Net_SSH1 {
|
|||||||
* there's not going to be much recourse.
|
* there's not going to be much recourse.
|
||||||
*
|
*
|
||||||
* @see Net_SSH1::interactiveRead()
|
* @see Net_SSH1::interactiveRead()
|
||||||
* @param String $cmd
|
* @return String
|
||||||
* @return Boolean
|
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
function interactiveRead()
|
function interactiveRead()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user