$str='11111111111111 <!-- -->想要的内容 <!--End of Insertion -->2222222222222222';
$p='/>(.*)</';
preg_match($p,$str,$m);
echo $m[1];//$m[1] 是想要的内容