> I'm currently just playing around with a few things and want to
> write a script that will listen on a UDP port and then log/process the
> information. The problem i have it that i don't know if php can do this. I
> know that you can connect to a UDP port but can you listen on one? And if
> you cant then does anybody know if this is planned in a future version?
Never done it, but have you read:
http://php.net/manual/en/ref.sockets.php
http://php.net/manual/en/function.socket.php
'Valid arguments for the protocol argument are "tcp" and "udp"'
http://php.net/manual/en/function.bind.php
http://php.net/manual/en/function.listen.php
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]