Advertisement
Illariel

code parse

Nov 14th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2. phpQuery::newDocument($bodyhtml);
  3.  
  4. $arr_props = pq('.tatata td');
  5.  
  6. foreach ($arr_props as $current_props){
  7.     $value = pq($current_props);
  8.     $array_cost[]=$value->text();
  9. }
  10. phpQuery::unloadDocuments();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement