2016年1月30日

PHP pthreads学习笔记

摘要: 最近在学习PHP pthreads,我把相关的学习笔记整理了下共享给大家。 1. 开启多个线程并发执行。 1 <?php 2 class HelloWorld extends Thread { 3 public function __construct($world) { 4 $this->worl 阅读全文

posted @ 2016-01-30 15:21 mytianlan 阅读(323) 评论(0) 推荐(0) 编辑

导航