Is there a way in PHP to check the TCP connection has ended?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
myleow
Forum Contributor
Posts: 194
Joined: Mon Jun 21, 2004 7:05 pm
Location: California

Is there a way in PHP to check the TCP connection has ended?

Post by myleow »

Is there a way in PHP to check if the transport level communication has been properly ended? Like making sure that the TCP connection has been closed without error.

Regards
Mian
Post Reply