1. 首页
  2. 移动开发
  3. 其他
  4. iter master生成器提供迭代原语的PHP库.zip

iter master生成器提供迭代原语的PHP库.zip

上传者: 2020-07-17 19:07:01上传 ZIP文件 20.26KB 热度 7次
<?php namespace iter; use iter\fn; use PHPUnit\Framework\TestCase; class IterFnTest extends TestCase {     public function testIndex() {         $getIndex3 = fn\index(3);         $getIndexTest = fn\index('test');         $arr1 = [10, 11, 12, 13, 14, 15];         $arr2 = ['foo' => 'bar', 
下载地址
用户评论