Does PHP have threading?

前端 未结 13 1673
孤城傲影
孤城傲影 2020-11-22 09:39

I found this PECL package called threads, but there is not a release yet. And nothing is coming up on the PHP website.

13条回答
  •  青春惊慌失措
    2020-11-22 10:08

    I know this is a way old question, but you could look at http://phpthreadlib.sourceforge.net/

    Bi-directional communication, support for Win32, and no extensions required.

提交回复
热议问题