Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. preg_match_all(
  2.     '/price[\'(.*?):CUR\']=(.*?);/s',
  3.     $raw,
  4.     $data, // will contain the blog posts
  5.     PREG_SET_ORDER // formats data into an array of posts
  6. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement