Voting

: three plus two?
(Example: nine)

The Note You're Voting On

cweiske at php dot net
15 years ago
Note that stream_socket_recvfrom() bypasses stream wrappers including TLS/SSL. While reading from an encrypted stream with fread() will return decrypted data, using stream_socket_recvfrom() will give you the original encrypted bytes.

<< Back to user notes page

To Top