Please tell me how to configure Thread, that is, multi-threading, under win10???
张
2018-08-22 22:35:12
0
2
1888

I have been looking for a lot of tutorials on the Internet these days, but they are of no use.

There is no such class

12.png


##

class AsyncOperation extends Thread {

    public function run(){
        echo 66;
    }
}
$aaa = new AsyncOperation();
$aaa->run();


麻烦各位帮忙解决一下   或者谁配置好了 发个教程,十分感谢
张

人生成功的三大准则: 1.贱 2.贱持不要脸 3.一定贱持不要脸

reply all(2)
张
教程地址:https://www.cnblogs.com/zbchina/p/7717452.html
老师给的建议:电脑是64位的 也得安装 32位的扩展


张

Today I had a private chat with our PHP expert -> Mr. Ximen Daguanren helped solve the problem. Even if your computer is 64-bit, you must also install the 32-bit extension installation version. The compiled files must be the same. This is the installation I found. Tutorial  https://www.cnblogs.com/zbchina/p/7717452.html

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template