Freelance PHP programmer India
|
Freelance web developer india
|
Web development India
|
web developer CV india
|
Compiling PHP and Apache 2 from source on Linux
XMLReader::XML
Introduction
XML Manipulation
PHP Manual
XMLWriter
Introduction
Installing/Configuring
Requirements
Installation
Runtime Configuration
Resource Types
Predefined Constants
XMLWriter Functions
XMLWriter::endAttribute
⬠End attribute
XMLWriter::endCData
⬠End current CDATA
XMLWriter::endComment
⬠Create end comment
XMLWriter::endDocument
⬠End current document
XMLWriter::endDTDAttlist
⬠End current DTD AttList
XMLWriter::endDTDElement
⬠End current DTD element
XMLWriter::endDTDEntity
⬠End current DTD Entity
XMLWriter::endDTD
⬠End current DTD
XMLWriter::endElement
⬠End current element
XMLWriter::endPI
⬠End current PI
XMLWriter::flush
⬠Flush current buffer
XMLWriter::fullEndElement
⬠End current element
XMLWriter::openMemory
⬠Create new xmlwriter using memory for string output
XMLWriter::openURI
⬠Create new xmlwriter using source uri for output
XMLWriter::outputMemory
⬠Returns current buffer
XMLWriter::setIndentString
⬠Set string used for indenting
XMLWriter::setIndent
⬠Toggle indentation on/off
XMLWriter::startAttributeNS
⬠Create start namespaced attribute
XMLWriter::startAttribute
⬠Create start attribute
XMLWriter::startCData
⬠Create start CDATA tag
XMLWriter::startComment
⬠Create start comment
XMLWriter::startDocument
⬠Create document tag
XMLWriter::startDTDAttlist
⬠Create start DTD AttList
XMLWriter::startDTDElement
⬠Create start DTD element
XMLWriter::startDTDEntity
⬠Create start DTD Entity
XMLWriter::startDTD
⬠Create start DTD tag
XMLWriter::startElementNS
⬠Create start namespaced element tag
XMLWriter::startElement
⬠Create start element tag
XMLWriter::startPI
⬠Create start PI tag
XMLWriter::text
⬠Write text
XMLWriter::writeAttributeNS
⬠Write full namespaced attribute
— Writes a PI
XMLWriter::writeRaw
— Write a raw XML text
XMLReader::XML
Introduction
XML Manipulation
PHP Manual