Movatterモバイル変換
[0]ホーム
7.2.2 SSL Objects
SSL objects have the following methods.
- write(s)
- Writes the strings to the on the object's SSL connection.The return value is the number of bytes written.
- read([n])
- Ifn is provided, readn bytes from the SSL connection, otherwiseread until EOF. The return value is a string of the bytes read.
SeeAbout this document... for information on suggesting changes.
[8]ページ先頭