PHP 8.5.0 Alpha 4 available for testing

Voting

: six minus one?
(Example: nine)

The Note You're Voting On

GCMXZPJPDJER at spammotel dot com
23 years ago
to execute a script in background from php you don't need to use mikehup or other tools. just do:

`/usr/bin/php -q foobar.php >/dev/null 2>&1 &`;

mat

<< Back to user notes page

To Top