xmlwriter_write_element(3) php man page | unix.com

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 style

SYNOPSIS
bool XMLWriter::writeElement (string $name, [string $content])
DESCRIPTION
Procedural style bool xmlwriter_write_element (resource $xmlwriter, string $name, [string $content]) Writes a full element tag.
PARAMETERS
o $ 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 VALUES
Returns TRUE on success or FALSE on failure.
CHANGELOG
+--------+------------------------------------------+ |Version | | | | | | | Description | | | | +--------+------------------------------------------+ | 5.2.3 | | | | | | | The $content parameter became optional. | | | | +--------+------------------------------------------+
SEE ALSO
XMLWriter::startElement, XMLWriter::endElement, XMLWriter::writeElementNS. PHP Documentation Group XMLWRITER_WRITE_ELEMENT(3)
Related Man Pages
xml::handler::xmlwriter(3) - centos
radius_put_vendor_addr(3) - php
radius_put_vendor_int(3) - php
xml::handler::xmlwriter(3pm) - debian
xml::handler::xmlwriter(3) - redhat
Similar Topics in the Unix Linux Community
how to find out overlaped content
How do I search first&second string & copy all content between them to other file?
Truncate the content within alt attribute to first 250 characters.
appending content in a xml file
Copy the content from txt file and create a html file