标签: php search return file-get-contents
我使用file_get_contents(“http://www.mydomain.com”);获取内容。然后我需要搜索一个单词并返回找到单词的整行。这可能吗?
答案 0 :(得分:2)
Iterate over each line内容。
使用strpos检查行是否包含您要查找的字词。
strpos