XMLWriter::startComment
(PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
XMLWriter::startComment — Create start comment
Descrierea
Stil obiect-orientat
XMLWriter
bool startComment
( void
)
Stil procedural
bool xmlwriter_start_comment
( resource $xmlwriter
)
Starts a 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().
Valorile întroarse
Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eşecului.
Vedeţi de asemenea
- XMLWriter::endComment - Create end comment
- XMLWriter::writeComment - Write full comment tag
XMLWriter::startComment
There are no user contributed notes for this page.
