How can I understand this data?
Posted: Fri May 04, 2007 5:45 pm
I am querying a source-engine based game server, and I'm trying to figure out how i can work with the response data the server sends back to me.
I am doing this query: http://developer.valvesoftware.com/wiki ... s#A2S_INFO
Look at the example response, I am getting a response similar to that when I query a server. I want to separate the information in the response using explode(), but I don't know what the character between each piece of data is. It shows up as a question mark in my browser. Can any one tell me what character that is?
I am doing this query: http://developer.valvesoftware.com/wiki ... s#A2S_INFO
Look at the example response, I am getting a response similar to that when I query a server. I want to separate the information in the response using explode(), but I don't know what the character between each piece of data is. It shows up as a question mark in my browser. Can any one tell me what character that is?