The DOMComment class
(PHP 5, PHP 7, PHP 8)
簡介
    Represents comment nodes, characters delimited by <!--
    and -->.
   
類摘要
     
      class DOMComment
     
     
      extends
       DOMCharacterData
     
     {
    /* 繼承的屬性 */
    
    
    /* 方法 */
    
    /* 繼承的方法 */
    
    
public DOMNode::C14N(
bool
bool
?array
?array
): string|false
bool
$exclusive = false,bool
$withComments = false,?array
$xpath = null,?array
$nsPrefixes = null): string|false
public DOMNode::C14NFile(
string
bool
bool
?array
?array
): int|false
   }string
$uri,bool
$exclusive = false,bool
$withComments = false,?array
$xpath = null,?array
$nsPrefixes = null): int|false
目錄
- DOMComment::__construct — Creates a new DOMComment object