XMLWriter::startComment
(PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
XMLWriter::startComment — Create start comment
Описание
Обектно-ориентиран стил
XMLWriter
bool startComment
( void
)
Процедурен стил
bool xmlwriter_start_comment
( resource $xmlwriter
)
Starts a comment.
Параметри
- xmlwriter
-
Само за процедурни извиквания. XMLWriter ресурса, който се модифицира. Този отговор е в следствие на извикването на функциите xmlwriter_open_uri() или xmlwriter_open_memory().
Връщани стойности
Връща TRUE при успех или FALSE при неуспех.
Вж. също
- XMLWriter::endComment - Create end comment
- XMLWriter::writeComment - Write full comment tag
There are no user contributed notes for this page.
