Search String and Return Line PHP

后端 未结 5 747
傲寒
傲寒 2021-01-05 19:22

I\'m trying to search a PHP file for a string and when that string is found I want to return the whole LINE that the string is on. Here is my example code. I\'m thinking I

5条回答
  •  暖寄归人
    2021-01-05 19:23

    Here is an answered question about using regular expressions for your task.

    Get line number from preg_match_all()

    Searching a file and returning the specified line numbers.

提交回复
热议问题