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

  • Home
  • SEARCH
  • 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 7195231
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T20:32:13+00:00 2026-05-28T20:32:13+00:00

What is the preferred method for reading/writing to TCP/IP sockets in PHP? There are

  • 0

What is the preferred method for reading/writing to TCP/IP sockets in PHP? There are many, many ways of doing it, including:

  • fread() and fwrite()
  • fgets() and fputs()
  • file_get_contents() and file_put_contents()
  • stream_get_contents()
  • stream_socket_recvfrom() and stream_socket_sendto()
  • probably several others that I’ve not run across…

I realize that fgets() and fputs() operate a bit differently (by lines instead of arbitrary chunks of data), but I really don’t understand the differences in the others and which method would be best for what purposes.

Edit: Also socket_recv() and socket_send().

Edit #2: Also socket_read() and socket_write().

  • 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-28T20:32:14+00:00Added an answer on May 28, 2026 at 8:32 pm

    With many of these functions, one can specify offsets and max lengths, providing much overlap (and confusion) between them. Generally, however, they are used as described here:

    • fread, fwrite, stream_socket_recvfrom, stream_socket_sendto read/write a specific number of bytes at a time.

    • fgets, fputs read/write a line at a time.

    • file_get_contents, file_put_contents, stream_get_contents read/write entire streams of content at a time.

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

Sidebar

Related Questions

What is your preferred method for reading through the contents of zipped directories with
Which method is preferred? Session.Remove(foo); Session[foo] = null; Is there a difference?
What is the preferred method of writing loops according to efficiency: Way a) /*here
Is there a preferred method of updating bashrc to find the location of xcodebuild
When writing an Android application, what is the preferred method to store constant values,
I've seen several different ways for :use in clojure--what's the idiomatic/preferred method? #1 (ns
What's your preferred method of providing a search facility on a website? Currently I
What is your preferred method of traversing a tree data structure, since recursive method
What is the preferred method to achieve the C++ equivalent of java's instanceof ?
What is the preferred method for implementing such geometric distortions as pinch/fisheye/etc. using the

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.