I Want To get Get destination port For my Visitors like wireshark i used to use $_SERVER['REMOTE_PORT']; , but i found this is not destination port cuz i tried on my self by using wireshark for example wireshark gives port ( in destination port field ) and my REMOTE_PORT gives another one on the same sec so is there any method to get Destination port like wireshark by using php ?