Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

Alberghi a Venezia
Alberghi a Venezia è il motore di ricerca per le tue vacanze presso gli hotel di Venezia città e provincia.
Benessere Hotel Lago di Garda hotel congressi Desenzano Lago
Hotel sul Lago di Garda con spiaggia privata tra Sirmione e Desenzano, dotato di un centro benessere Spa tra i piu' importanti del Lago di Garda.

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



DOMDocument->createComment

(no version information, might be only in CVS)

DOMDocument->createComment -- Create new comment node

Description

object DOMDocument->createComment ( string data)

This function returns a new instance of class DOMComment. The content of the comment is the value of the passed parameter. This node will not show up in the document unless it is inserted with e.g. DOMNode->appendChild().

The return value is FALSE if an error occurred.

See also DOMNode->appendChild(), DOMDocument->createElement(), DOMDocument->createTextNode(), DOMDocument->createAttribute(), DOMDocument->createProcessingInstruction().