aximbigfan Posted August 16, 2008 Share Posted August 16, 2008 I am having a problem with a php socket server I have. I want to do a socket_read until an \n, but I don't see any way to do this. PHP wants an amount of data to read, but I can't do that because the data to read may be lots more then the limit. If I could just get EVERYTHING in the unread "buffer" then that would work too. I just don't want the server to terminate the connection because of the receive limit. Thanks, Chris Link to comment https://forums.phpfreaks.com/topic/119916-read-socket-until-n-not-until-an-amount-of-data-is-recived/ Share on other sites More sharing options...
aximbigfan Posted August 19, 2008 Author Share Posted August 19, 2008 bump! Link to comment https://forums.phpfreaks.com/topic/119916-read-socket-until-n-not-until-an-amount-of-data-is-recived/#findComment-620615 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.