[PHP] Is there a setInterval function in PHP?

2001-08-04 Thread Zlutarch G.
Hi, I couldn't find a similar function in the official documentation. Does anyone know if there is a setInterval function in PHP? i.e., making repeated calls to a function separated by a given time period. Is such a function even possible in PHP? One way to do it, without a PHP function

Re: [PHP] Is there a setInterval function in PHP?

2001-08-04 Thread Rasmus Lerdorf
Yes, see http://php.net/declare -Rasmus On Sat, 4 Aug 2001, Zlutarch G. wrote: Hi, I couldn't find a similar function in the official documentation. Does anyone know if there is a setInterval function in PHP? i.e., making repeated calls to a function separated by a given time period