fork download
  1. <?php
  2.  
  3. $gmtHour = gmdate('G');
  4.  
  5. if ($gmtHour == '0') {
  6. echo "It is 11 AM GMT";
  7. }
Success #stdin #stdout 0.02s 25668KB
stdin
Standard input is empty
stdout
Standard output is empty