Help for this page

Select Code to Download


  1. or download this
      while ( sleep(10) ) {
          ...
      }
    
  2. or download this
      while ( 1 ) {
          ...;
          sleep(10);
      }