PHP time_sleep_until() Function
Complete PHP Misc Reference
Definition and Usage
The time_sleep_until() function delays execution of the current script until
the specified
time.
This function returns TRUE on success, or FALSE on failure.
Syntax
time_sleep_until(timestamp)
|
Parameter |
Description |
timestamp |
Required. Specifies the time to wake |
Tips and Notes
Note: This function does not work on Windows platforms.
Example
<?php
// wake up ten seconds from now
time_sleep_until(time()+10);
?>
|
Complete PHP Misc Reference
Whether you're new to XML or already an advanced user, the user-friendly views
and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to
meet your XML and Web services development needs from start to finish.
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- Support for Office Open XML (OOXML)
- Graphical WSDL editor & SOAP debugger
- Java, C#, C++ code generation
- And much more!
Download a fully functional free 30-day trial today!
|