我尝试合并getElementsByTagName
和getElementsByClassName
但我收到了一些错误。
例如<p class="castplot">some text here.</p>
我想获得some text here
。
这是我的尝试。
$information = html_entity_decode ($value['information']);
$dom = new DOMDocument();
@$dom->loadHTML($information);
$p1 = $dom->getElementsByTagName('p')->getElementsByClassName('castplot')->textContent;
错误我
未捕获错误:调用未定义的方法 DOMNodeList :: getElementsByClassName()in C:\ xampp \ htdocs \ piratefiles \ fetch_details.php:21堆栈跟踪:
0 {main}抛出