Frage im Vorstellungsgespräch bei Betaout

Q: How will you implement multithreading in PHP?

Antwort im Vorstellungsgespräch

Anonym

22. Mai 2016

A: You can't do multithreading in PHP, but you can do process control in PHP. There is a library called pthreads which can be used.