#!/usr/bin/env php > 验证第3行数据 >> [esac] */ include_once __DIR__ . DIRECTORY_SEPARATOR . '../lib/zd.php'; $zd = new zendata(); $output = $zd->create("", "default.yaml", 10, "", array("fields"=>"field_use_ranges")); $count = sprintf("%d", count($output)); print(">> $count\n"); print(">> $output[2]\n");