Pregunta de entrevista de Betaout

Q: How will you implement multithreading in PHP?

Respuesta de la entrevista

Anónimo

22 de may de 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.