[Top]
SSL
SSL.sslfile
|
Method SSL.sslfile()->read()
- Method
read
string read(void|int length, void|int(0..1) not_all)
- Description
Read some (decrypted) data from the connection. Works like
Stdio.File.read .
- Note
I/O errors from both reading and writing might occur in blocking
mode.
|