fork(2) download
  1. <?php
  2.  
  3.  
  4. $current_month = date('F');
  5.  
  6. $previous_month = date('F', strtotime('-3 months'));
  7.  
  8. echo $previous_month;
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
February