该项目为 PHP 提供基于 POSIX 的多线程编程机制。可异步执行任何与定义的用户自定义方法和函数。内建支持同步和同步方法。

要求:

  • PHP5.3+

  • ZTS Enabled ( Thread Safety )

  • Posix Threads Implementation

示例代码:

arg = $arg;
  }

  public Function run(){
    if($this->arg){
      printf("Hello %s\n", $this->arg);
    }
  }
}
$thread = new ASyncopeRATion("World");
if($thread->start())
  $thread->join();
?>
php pthreads多线程的安装与使用
本篇内容主要为大家提供的是php pthreads多线程的安装与使用。感兴趣的同学可以参考学习下,具体内容如下:

发布于 2016-01-20 22:27:09 | 85 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务