Linux: PHP: Run shell command without waiting for output (untested)

PHOTO EMBED

Mon Aug 29 2022 16:01:27 GMT+0000 (Coordinated Universal Time)

Saved by @marcopinero #php

<?php

shell_exec("php Server.php > /dev/null 2>/dev/null &");
content_copyCOPY