fork(1) download
  1. <?php
  2.  
  3. $command = escapeshellcmd('date');
  4. $result = shell_exec($command);
  5. echo $result;
Success #stdin #stdout 0.02s 24416KB
stdin
Standard input is empty
stdout
Fri 16 Oct 2020 10:35:56 AM UTC