mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 11:52:48 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
0ac880fca0
@ -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;
|
||||
/**#@-*/
|
||||
|
Loading…
Reference in New Issue
Block a user