fork(4) download
  1. <?php
  2. echo date("Y-m-d", strtotime("2015-01-31 +1 Month"));
  3. // your code goes here
Success #stdin #stdout 0.03s 24400KB
stdin
Standard input is empty
stdout
2015-03-03