| 
 | time_nanosleepDelay for a number of seconds and nanoseconds Description
   mixed time_nanosleep
    ( int  $seconds, int$nanoseconds)
   Delays program execution for the given number of
    Parameters
 
 Return Values
   Returns  If the delay was interrupted by a signal, an associative array will be returned with the components: 
 Changelog
 
 Examples
 Example #1 time_nanosleep example 
<?phpSee Also
 
 |