说明
mixed 
time_nanosleep ( int seconds, int nanoseconds )
   Delays program execution for the given number of
   seconds and nanoseconds.
  
   seconds must be a positive integer, and
   nanoseconds must be a positive integer less than
   1 billion.
  
返回值
   如果成功则返回 TRUE,失败则返回 FALSE。
  
   If the delay was interrupted by a signal, an associative array will be
   returned with the components: