fsockopen 10053 error when writing Chars to Java socket

前端 未结 2 1131
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-28 00:21

Right,

I\'m trying to write a wee script in PHP that will send an in game chat package to Minecraft.

//Deliberately low timeout
$mc = fsockopen(\"localho         


        
2条回答
  •  佛祖请我去吃肉
    2021-01-28 00:57

    10053 is the winsock error code for WSAECONNABORTED.
    An "understandable" explaination of that error condition can be found at http://www.chilkatsoft.com/p/p_299.asp

提交回复
热议问题