ConFoo Montreal 2026: Call for Papers

Voting

: three minus two?
(Example: nine)

The Note You're Voting On

eng.mrkto.com
14 years ago
It seems like in socket_* functions in BLOCKING mode where is no way to check if more than $length bytes are still available in socket (like stream_get_meta_data()['unread_bytes']).
So you need to choose your prefered maximum $length (like 133693415:) or use non-blocking mode (for realy big data reciving).

<< Back to user notes page

To Top