Re: [PHP] how can i use timeout in php's socket?

2007-12-17 Thread Brice
On Dec 17, 2007 8:10 AM, 陆星光 [EMAIL PROTECTED] wrote:
 how can i use timeout in php's socket?

You can put an option with socket_set_option :
http://php.net/manual/en/function.socket-set-option.php

Availables options are listed here :
http://php.net/manual/en/function.socket-get-option.php


Brice Favre
http://www.copix.org/



[PHP] how can i use timeout in php's socket?

2007-12-16 Thread 陆星光
how can i use timeout in php's socket? And if php support multicast? thanks