使用phpjQuery获取数组的实例

使用phpQuery获取数组,代码如下:

  1. <?
  2. include'phpQuery.php'
  3. phpQuery::newDocumentFile('http://www.jb51.net');
  4. foreach(pq("input[name='jobEmail[]']")as$li){
  5. $po['jobEmail'][] = pq($li)->attr('value');
  6. }

使用phpQuery获取元素的值,代码如下:

  1. $po['langSkills']['typeId'][] = $obj->find("<a href="/tags.php/select/" target="_blank">select</a>[name='langSkills[typeId][]']:eq(1) option:selected")->attr('value'); # 外语要求