awci / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

toReferenceArray() #108

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
$array = array();
pq('div:first')->
  toReferenceArray($array)->
  find('div.inner:first')->
    toReferenceArray($array)
;
count($array)  // 2

Original issue reported on code.google.com by tobiasz....@gmail.com on 3 Apr 2009 at 10:18