PHPKonf 2025 Baku

Voting

: min(one, zero)?
(Example: nine)

The Note You're Voting On

d dot kraft at szo dot de
22 years ago
For PHP running inside a Webserver:

When calling a process via
system("your_process &");
to make it running in background, note that this process is killed when the webserver is restarted.

<< Back to user notes page

To Top