#!/usr/bin/env php getList(); cid=1 pid=1 统计获取list里元素数量 >> 7 取出其中一个id >> 1 */ $webhook = new webhookTest(); $orderBy = array(); $orderBy[0] = 'id_desc'; $orderBy[1] = ''; $pager = array(); $pager[0] = null; $decode = array(); $decode[0] = true; $decode[1] = ''; $result1 = $webhook->getListTest($orderBy[0]); r(count($result1)) && p() && e('15'); //统计获取list里元素数量 r($result1) && p('1:id') && e('1'); //取出其中一个id