Channel->__construct 创建通道。函数原型 function Channel->__construct(int $size); $size 通道占用的内存的尺寸,最小值为64K,最大值没有限制 系统内存不足底层会抛出内存不足异常