Betaout interview question

Q: How will you implement multithreading in PHP?

Interview Answer

Anonymous

22 May 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.