cli version of php

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
blackarib
-


Joined: 19 Jun 2004
Posts: 48

PostPosted: Mon Jan 03, 2005 10:11 pm    Post subject: cli version of php Reply with quote

i am writing a script to use php on the command line but is there any function that can make the processing wait/pause for a given length of time. I would rather not make the script do something to make it take time to complete, it will be a continuously looping script but i only want it to repaet every 2 minutes. Is there any way? (cpu time is important)
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
admin
Site Admin


Joined: 03 Mar 2002
Posts: 1332

PostPosted: Mon Jan 03, 2005 10:40 pm    Post subject: Re: cli version of php Reply with quote

blackarib wrote:
i am writing a script to use php on the command line but is there any function that can make the processing wait/pause for a given length of time. I would rather not make the script do something to make it take time to complete, it will be a continuously looping script but i only want it to repaet every 2 minutes. Is there any way? (cpu time is important)

The function is sleep(2) .

See http://www.php.net/sleep for more information.
Back to top View user's profile Send private message
blackarib
-


Joined: 19 Jun 2004
Posts: 48

PostPosted: Mon Jan 03, 2005 11:01 pm    Post subject: Reply with quote

This does not seem to do anything, it doesn't wait at all!
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
blackarib
-


Joined: 19 Jun 2004
Posts: 48

PostPosted: Mon Jan 03, 2005 11:08 pm    Post subject: Reply with quote

Sorry, my coding mistake!
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group