NYCPHP Meetup

NYPHP.org

loop

Brian brian at preston-campbell.com
Thu Dec 19 16:26:59 EST 2002


I am currently using a script to move a webcam at certain time intervals.  The 
script never times out and uses the following to run indefinitely:

for (;;) {
[camera instuctions]
}

Anyone know the principal behind this snippet and why it works?  I have not 
been able to find any information on the subject.

Brian




More information about the talk mailing list