domdocument
実行時にphpのエラーが発生します
error: "DOMDocument::loadHTML() [<a href='domdocument.loadhtml'>domdocument.loadhtml</a>]: Misplaced DOCTYPE declaration in Entity, DOMDocument::loadHTML()
line: 1 DOMDocument::loadHTML() [<a href='domdocument.loadhtml'>domdocument.loadhtml</a>]: htmlParseStartTag: misplaced <html> tag in Entity, line2:
私のコード
$doc = new DOMDocument();
@$doc->loadHTML($htmlString);
私のhtml文字列は変わる可能性があります。
この問題を解決する方法がわかりません。誰かが解決策を提案できますか?本当にありがとう!