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
e8ff5142c8
@ -2893,4 +2893,15 @@ abstract class Base
|
||||
function do_nothing()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Is the continuous buffer enabled?
|
||||
*
|
||||
* @access public
|
||||
* @return boolean
|
||||
*/
|
||||
function continuousBufferEnabled()
|
||||
{
|
||||
return $this->continuousBuffer;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user