$search = "want"; //搜寻的关键字$content = "there are moments in life when you miss someone so much that you just want to pick them from your dreams and hug them for real! dream what you want to dream;go where you want to go;be what you want to be,because you have only one life and one chance to do all the things you want to do"; //如何搜寻出 "want" 所在段落前后30个字符//单词不能被拆分//内容里出现多个“want” 只搜最前一个
$search = "want"; //搜寻的关键字$content = "There are moments in life when you miss someone so much that you just want to pick them from your dreams and hug them for real! Dream what you want to dream;go where you want to go;be what you want to be,because you have only one life and one chance to do all the things you want to do";$search = preg_quote($search);preg_match("/\b.{1,30}{$search}.{1,30}\b/", $content, $m);echo $m[0];someone so much that you just want to pick them from your dreams
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号