XMLWriter::text
(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter::text — Write text
Descrierea
Stil obiect-orientat
XMLWriter
bool text
( string $content
)
Stil procedural
bool xmlwriter_text
( resource $xmlwriter
, string $content
)
Writes a text.
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 text.
Valorile întroarse
Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eşecului.
XMLWriter::text
There are no user contributed notes for this page.
