本文实例讲述了php实现通过正则表达式替换回调的内容标签。分享给大家供大家参考。具体实现方法如下:
function my_wp_plugin_tag_action($content,$tag,$function,$args = fal) { // match all regular expressions preg_match_all($tag,$content,$matches); if (count($matches)>0) { // filter duplicates $matches = array_unique($matches); // loop through $tag_results = arr宋濂的故事ay(); $found_tags = array(); foreach ($matches as上海上海欢乐谷 $idx => $match) { //build arg array $full_tag = array_shift($match); //call function, adding function output and full ta至字组词g text to replacement array $tag_results[] = my_wp_plugin_buffer_func($function,$match); $found_tags[] = $full_tag; } // replace all tags with corresponding text $content = str_replace($found_tag排名前十的电视剧s,$tag_results,$content); } return情与缘 $content;}
希望本文所述对大家的php程序设计有所帮助。
本文发布于:2023-04-06 09:12:19,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/4d719613cca548ee35e9eff854f56af6.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:PHP实现通过正则表达式替换回调的内容标签.doc
本文 PDF 下载地址:PHP实现通过正则表达式替换回调的内容标签.pdf
留言与评论(共有 0 条评论) |