Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Sockets


Nickrs
 Share

Recommended Posts

First: Sory for my bad english.
Second: I don't know if that is the right section to post this. If not, please any moderator move to right place.

- - -

I'm using an php code to show the total online players, and in the middle of the code that is:

$out = socket_read($socket, 2048);

2048 is the socket number, right?

If yes, anyone know other sockets that I can use?

Example (repeating: just an example)

$out = socket_read($socket, 2049); -> The 2049 retourns the time of the game…

This makes any sense?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...