Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2019-04-11 21:56:17 -05:00
commit 0ac880fca0
1 changed files with 4 additions and 1 deletions

View File

@ -146,7 +146,10 @@ class SSH2
*/
const READ_REGEX = 2;
/**
* Returns when a string matching the regular expression $expect is found
* Returns whenever a data packet is received.
*
* Some data packets may only contain a single character so it may be necessary
* to call read() multiple times when using this option
*/
const READ_NEXT = 3;
/**#@-*/