(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter::writeComment -- xmlwriter_write_comment — Write full comment tag
Styl obiektowy
$content
)Styl proceduralny
$xmlwriter
, string $content
)Writes a full comment.
xmlwriter
Jedynie dla wywołań proceduralnych. Zasób XMLWriter, który jest modfikowany. Ten zasób pochodzi, z wywołania funkcji xmlwriter_open_uri() lub xmlwriter_open_memory().
content
The contents of the comment.
Zwraca TRUE
w przypadku powodzenia, FALSE
w
przypadku błędu.