Forum und email

XMLWriter::writeComment

(No version information available, might be only in CVS)

XMLWriter::writeComment — Write full comment tag

Descrierea

Object oriented style:

XMLWriter
bool writeComment ( string $content )

Procedural style:

bool xmlwriter_write_comment ( resource $xmlwriter , string $content )

Writes a full comment.

Parametri

xmlwriter

Numai pentru apelurile procedurale. Resursa XMLWriter care este modificată. Această resursă se obţine în urma apelării xmlwriter_open_uri() sau xmlwriter_open_memory().

content

The contents of the comment.

Valorile întroarse

Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eşecului.