Extracted from Pike v7.8 release 352 at 2012-09-09.
pike.ida.liu.se
[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.