上記は私のDOMで、4時間前に取得する予定ですが、エラーが発生しました
Fatal error: Call to a member function find() on a non-object
私のphpは次のようになります
$time_ago = $html->find('.entry .unvoted',0)->find('.tagline .live-timestamp',0)->plaintext;
echo $time_ago;
私は1つのfind()でできることを知っていますが、それはそうなるでしょうfind('tagline .live-timestamp')
が、なぜ二重のfind()が機能しないのだろうか.