mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
Crypt/Base: add a function to check continuous buffer status
This commit is contained in:
parent
68c3eef88f
commit
16df002325
@ -2744,4 +2744,15 @@ class Crypt_Base
|
|||||||
function do_nothing()
|
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