Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スクリプトが PHP で接続を開き、fsockopen無限ループに入った場合、ループ内で接続がまだ良好かどうwhileかを確認するにはどうすればよいですか?
fsockopen
while
たとえば、インターネットが機能しなくなった場合でも、ループは引き続き機能しますが、これは悪いことです。ありがとう。
fgets() fwrite() などはおそらく失敗します。feof ()は試しましたか?