Query: xmlwriter_write_element
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XMLWRITER_WRITE_ELEMENT(3) 1 XMLWRITER_WRITE_ELEMENT(3) XMLWriter::writeElement - Write full element tag Object oriented styleSYNOPSISbool XMLWriter::writeElement (string $name, [string $content])DESCRIPTIONProcedural style bool xmlwriter_write_element (resource $xmlwriter, string $name, [string $content]) Writes a full element tag.PARAMETERSo $ xmlwriter -Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xml- writer_open_uri(3) or xmlwriter_open_memory(3). o $name - The element name. o $content - The element contents.RETURN VALUESReturns TRUE on success or FALSE on failure.CHANGELOG+--------+------------------------------------------+ |Version | | | | | | | Description | | | | +--------+------------------------------------------+ | 5.2.3 | | | | | | | The $content parameter became optional. | | | | +--------+------------------------------------------+SEE ALSOXMLWriter::startElement, XMLWriter::endElement, XMLWriter::writeElementNS. PHP Documentation Group XMLWRITER_WRITE_ELEMENT(3)
Related Man Pages |
---|
xml::handler::xmlwriter(3) - suse |
mysqli_next_result(3) - php |
radius_put_addr(3) - php |
radius_put_string(3) - php |
radius_put_vendor_addr(3) - php |
Similar Topics in the Unix Linux Community |
---|
appending content in a xml file |
Accessing Encrypted content of the xml file |
Seperate file content |
Writing content into a file |
copy content of file to another files from certain position |