Weird error using PHP Simple HTML DOM parser

前端 未结 9 1434
梦谈多话
梦谈多话 2020-11-29 10:30

I am using this library (PHP Simple HTML DOM parser) to parse a link, here\'s the code:

function getSemanticRelevantKeywords($keyword){
    $results = array(         


        
9条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-29 10:55

    Error means, the find() function is either not defined yet or not available. Make sure you have loaded or include related function.

提交回复
热议问题