Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は人々がDOM拡張機能のプロパティをそのように使用しているのを見続けています:
$node->tagName
それでも、このプロパティがphpマニュアルのどこにも定義されているのを見たことがありませんが、機能しているようです。
その定義へのリンクは役に立ちます。
このDOMElementクラスには、と呼ばれる読み取り専用のパブリックフィールドがありtagNameます。
DOMElement
tagName