“php tunggu eksekutif selesai” Kode Jawaban

php tunggu eksekutif selesai

PHP exec will wait until the execution of the called program is finished,
before processing the next line,
unless you use & at the end of the string to run the program in background.
Singh99

PHP mengeksekusi skrip tunggu tanggapan

exec('sh somescript.sh');//this will wait for script to finish
exec('sh somescript.sh >/dev/null 2>&1 &'); //this will NOT wait 
Friendly Hawk

Jawaban yang mirip dengan “php tunggu eksekutif selesai”

Pertanyaan yang mirip dengan “php tunggu eksekutif selesai”

Lebih banyak jawaban terkait untuk “php tunggu eksekutif selesai” di PHP

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya