Question d’entretien chez Betaout

Q: How will you implement multithreading in PHP?

Réponse à la question d'entretien

Utilisateur anonyme

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.