Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7279065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T22:58:14+00:00 2026-05-28T22:58:14+00:00

According to the documentation , socket_read() is supposed to return FALSE when the remote

  • 0

According to the documentation, socket_read() is supposed to return FALSE when the remote host has closed the connection, and an empty string '' when there is no more data to read. However, during my testing, it never returns FALSE, even when I close the remote host connection. Here is the relevant code:

$data = '';

do {
    $read = socket_read($socket, 1024);

    if ($read === FALSE) {
        throw new SocketDisconnectException();
    }

    $data .= $read;
} while ($read !== '');

The SocketDisconnectException never gets thrown, even when I disconnect the remote host connection. I’ve double and triple checked that I’m not catching the exception and discarding it, and even thrown in an echo and exit into the conditional as a sanity check.

Has the behavior of this function changed, or am I doing something wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T22:58:14+00:00Added an answer on May 28, 2026 at 10:58 pm

    There seems to be a bug where if you’re using PHP_NORMAL_READ it will return false on remote disconnect, but PHP_BINARY_READ will return “”. PHP_BINARY_READ is the default, I’d suggest trying PHP_NORMAL_READ if that works for your purposes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

According to Java documentation, the read() method returns: -1 if there is no more
According to the documentation, they're pretty much interchangeable. Is there a stylistic reason to
According to the documentation : There is no way to block signals temporarily from
According to the documentation for NSString's method -UTF8String : The returned C string is
There's setDoOutput() in URLConnection . According to documentation I should Set the DoOutput flag
According to the documentation, the decimal.Round method uses a round-to-even algorithm which is not
According to the documentation, a prepared query provides a significant performance benefit if you're
According to the documentation of the == operator in MSDN , For predefined value
According to the documentation in VB6 the Mid() function returns a variant, but Mid$()
According to the documentation of java.util.Pattern , the POSIX character class \p{Graph} ( [:graph:]

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.