×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Dylan Lopez
Added: Mar 5, 2018 8:30 AM
Views: 2790
  1. $html = str_get_html("<div>foo <b>bar</b></div>");
  2. $e = $html->find("div", 0);