[PHP] Is there any sleep function?

2001-05-18 Thread BlackLord

Is there any sleep function in PHP like in Perl?

For example, you will define the time in seconds and system will wait for
that time to continue running the script?

Thanks




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Is there any sleep function?

2001-05-18 Thread Boget, Chris

 Is there any sleep function in PHP like in Perl?
 For example, you will define the time in seconds and system 
 will wait for that time to continue running the script?

You read the documentation at all?!?

http://www.php.net/manual/en/function.sleep.php

Chris



Re: [PHP] Is there any sleep function?

2001-05-18 Thread BlackLord

Thanks.

Boget, Chris [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Is there any sleep function in PHP like in Perl?
  For example, you will define the time in seconds and system
  will wait for that time to continue running the script?

 You read the documentation at all?!?

 http://www.php.net/manual/en/function.sleep.php

 Chris




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]