Diff between STREAM_CLIENT_CONNECT and STREAM_CLIENT_ASYNC_CONNECT
Hi I开发者_JAVA技巧 am new to php, i know to difference between STREAM_CLIENT_CONNECT and STREAM_CLIENT_ASYNC_CONNECT flag in Stream_Socket_Client().
I see info STREAM_CLIENT_ASYNC_CONNECT indicates that each subsequent connection should be opened without waiting for the completion of the previous one. (non-english src)
精彩评论