Movatterモバイル変換


[0]ホーム

URL:


    Dom\Document »
    « Dom\ChildNode::replaceWith

    The Dom\Comment class

    (PHP 8 >= 8.4.0)

    Introduction

    Represents comment nodes, characters delimited by<!-- and-->.

    This is the modern, spec-compliant equivalent ofDOMComment.

    Class synopsis

    classDom\CommentextendsDom\CharacterData {
    /* Inherited constants */
    /* Inherited properties */
    publicreadonlyint$length;
    publicreadonlyint$nodeType;
    publicreadonlystring$nodeName;
    publicreadonlystring$baseURI;
    publicreadonlybool$isConnected;
    publicreadonly?Dom\Node$parentNode;
    publicreadonly?Dom\Node$firstChild;
    publicreadonly?Dom\Node$lastChild;
    publicreadonly?Dom\Node$previousSibling;
    publicreadonly?Dom\Node$nextSibling;
    /* Inherited methods */
    /* Not documented yet */
    }

    See Also

    Found A Problem?

    Learn How To Improve This PageSubmit a Pull RequestReport a Bug
    add a note

    User Contributed Notes

    There are no user contributed notes for this page.
    To Top
    and to navigate •Enter to select •Esc to close •/ to open
    PressEnter without selection to search using Google

    [8]ページ先頭

    ©2009-2025 Movatter.jp