Maison  >  Article  >  développement back-end  >  正则匹配file_get_contents,该如何处理

正则匹配file_get_contents,该如何处理

WBOY
WBOYoriginal
2016-06-13 13:30:521361parcourir

正则匹配file_get_contents
用file_get_contents过来后的内容为

HTML code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->........
<span class="music-icon-hook { 'musicIcon': { id: '7313936' , type:'song', iconStr:' play add collect songword download' } }">
........
</span>


我想取得id 正则表达式怎么写比较好 望大家不吝赐教 



------解决方案--------------------
直接写就是拉。
preg_match("/id: '(\d+)'/",$str,$m);
echo $m[1];
------解决方案--------------------
截取截取
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn