Can any body explain me what is the difference among sleep() and usleep() in PHP.
sleep()
usleep()
I have directed to use following scripts to do chat appli
One other difference is sleep returns 0 on success, false on error. usleep doesn't return anything.