usleep(100);

Started by
2 comments, last by jadawin100 22 years, 8 months ago
In some Examples i find the function usleep(100); I havent find good information about the function. Who can tell me what it do? ciao Micha
ciao Micha
Advertisement
I don''t know about usleep. but there is a Sleep() function. it just pauses the program for x number of milliseconds.


Never underestimante the power of stupid people in large groups.
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
I''ve tested usleep im my programm but my programm runs the same way whitout the function.
So i don''t know what she should do?!



ciao
Micha
ciao Micha
http://www.rtlinux.org/documents/documentation/man_pages/susv2/xsh/usleep.html

a search result from google.

and look at the "note" on this page:
http://www.php-center.de/en-html-manual/function.usleep.html
that should explain y it doesn''t work
life is unfair, take advantage of it.UNMB2 - if the link doesn't work, try clicking it :)

This topic is closed to new replies.

Advertisement