PHP Conference Kansai 2025

Voting

: seven plus two?
(Example: nine)

The Note You're Voting On

gasket at cekkent dot net
22 years ago
The aforementioned tidbit about using NULL to bind to all addresses did not work for me, as I would receive an error about unknown address. Using a 0 worked for me:

socket_bind ($socket, 0, $port)

This also allows you to receive UDP broadcasts, which is what I had been trying to figure out.

<< Back to user notes page

To Top