fork(1) download
  1. <?php
  2. echo date(Y); // 現在の年数を表示(西暦)
  3.  
Success #stdin #stdout #stderr 0.02s 24044KB
stdin
Standard input is empty
stdout
2018
stderr
PHP Notice:  Use of undefined constant Y - assumed 'Y' in /home/actHTI/prog.php on line 2