Sen (@ bmdhacks tarafından önerilen gibi) PHP'nin pcntl_fork () kullanmalısınız.
Temelleri süreç, tekrar, / chdir çatal, setsid, çatal, ve tüm açık dosya tanımlayıcıları kapatın. Standart uygulama da ($ NAME Cinin adıdır), /var/run/$NAME
adında bir dosya oluşturun ve daha sonra işlem yürütmesini kontrol edebilir, böylece bu dosyanın PID yazmak olduğunu belirler.
I'm not a php programmer, but this is standard *nix stuff.
The best php example I can google looks like this hello-world-daemon-with-fork
But, he doesn't change his working directory to '/', nor does it look like he closed open file descriptors (I'm not sure how this would work in php), so that he's not connected to the stdin, stdout, and stderr of the original process.
Ben biraz daha kazdık, ve php en pcntl_fork() ile yardımcı olabilir başka bir makale bulunamadı
(I here Onu yoluyla bulunabilir) bu sizin için kolları System_Daemon denilen bir armut modülü var gibi ve bu görünüyor.