Clase DOMComment
(PHP 5)
Introducción
Representa nodos comentario, caracteres delimitados por <!--
y -->.
Sinopsis de la Clase
DOMComment
extends
DOMCharacterData
{
/* Métodos */
__construct
([ string
$value
] )/* Métodos heredados */
public string DOMNode::C14N
([ bool
$exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )
public int DOMNode::C14NFile
( string
}$uri
[, bool $exclusive
[, bool $with_comments
[, array $xpath
[, array $ns_prefixes
]]]] )Tabla de contenidos
- DOMComment::__construct — Crea un nuevo objeto DOMComment
There are no user contributed notes for this page.
