wait function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I would write down an efficient WAIT function.
The one I did was as follows:

function microdelay($delay) {
$UNUSED_PORT=31238;
@fsockopen("tcp://localhost",$UNUSED_PORT,$errno,$errstr,$delay);
}

But it does not seem to work well.

Any suggestion?

Regards

Alessandro

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux