Advertisement
Billal1412

php get id facebook

Dec 29th, 2019
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $re = '/<meta property="al:ios:url" content="fb://profile/(.*?)" />/m';
  2. preg_match_all($re, $str, $matches, PREG_SET_ORDER, 0);
  3.  
  4. // Print the entire match result
  5. var_dump($matches);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement