php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
openUri (string $uri) | |
openMemory () | |
setIndent (bool $enable) | |
setIndentString (string $indentation) | |
startComment () | |
endComment () | |
startAttribute (string $name) | |
endAttribute () | |
writeAttribute (string $name, string $value) | |
startAttributeNs (?string $prefix, string $name, ?string $namespace) | |
writeAttributeNs (?string $prefix, string $name, ?string $namespace, string $value) | |
startElement (string $name) | |
endElement () | |
fullEndElement () | |
startElementNs (?string $prefix, string $name, ?string $namespace) | |
writeElement (string $name, ?string $content=null) | |
writeElementNs (?string $prefix, string $name, ?string $namespace, ?string $content=null) | |
startPi (string $target) | |
endPi () | |
writePi (string $target, string $content) | |
startCdata () | |
endCdata () | |
writeCdata (string $content) | |
text (string $content) | |
writeRaw (string $content) | |
startDocument (?string $version="1.0", ?string $encoding=null, ?string $standalone=null) | |
endDocument () | |
writeComment (string $content) | |
startDtd (string $qualifiedName, ?string $publicId=null, ?string $systemId=null) | |
endDtd () | |
writeDtd (string $name, ?string $publicId=null, ?string $systemId=null, ?string $content=null) | |
startDtdElement (string $qualifiedName) | |
endDtdElement () | |
writeDtdElement (string $name, string $content) | |
startDtdAttlist (string $name) | |
endDtdAttlist () | |
writeDtdAttlist (string $name, string $content) | |
startDtdEntity (string $name, bool $isParam) | |
endDtdEntity () | |
writeDtdEntity (string $name, string $content, bool $isParam=false, ?string $publicId=null, ?string $systemId=null, ?string $notationData=null) | |
outputMemory (bool $flush=true) | |
flush (bool $empty=true) | |
Static Public Member Functions | |
static | toUri (string $uri) |
static | toMemory () |
static | toStream ($stream) |
Definition at line 89 of file php_xmlwriter.stub.php.
XMLWriter::endAttribute | ( | ) |
@tentative-return-type @alias xmlwriter_end_attribute
Definition at line 146 of file php_xmlwriter.stub.php.
XMLWriter::endCdata | ( | ) |
@tentative-return-type @alias xmlwriter_end_cdata
Definition at line 230 of file php_xmlwriter.stub.php.
XMLWriter::endComment | ( | ) |
@tentative-return-type @alias xmlwriter_end_comment
Definition at line 134 of file php_xmlwriter.stub.php.
XMLWriter::endDocument | ( | ) |
@tentative-return-type @alias xmlwriter_end_document
Definition at line 260 of file php_xmlwriter.stub.php.
XMLWriter::endDtd | ( | ) |
@tentative-return-type @alias xmlwriter_end_dtd
Definition at line 278 of file php_xmlwriter.stub.php.
XMLWriter::endDtdAttlist | ( | ) |
@tentative-return-type @alias xmlwriter_end_dtd_attlist
Definition at line 314 of file php_xmlwriter.stub.php.
XMLWriter::endDtdElement | ( | ) |
@tentative-return-type @alias xmlwriter_end_dtd_element
Definition at line 296 of file php_xmlwriter.stub.php.
XMLWriter::endDtdEntity | ( | ) |
@tentative-return-type @alias xmlwriter_end_dtd_entity
Definition at line 332 of file php_xmlwriter.stub.php.
XMLWriter::endElement | ( | ) |
@tentative-return-type @alias xmlwriter_end_element
Definition at line 176 of file php_xmlwriter.stub.php.
XMLWriter::endPi | ( | ) |
@tentative-return-type @alias xmlwriter_end_pi
Definition at line 212 of file php_xmlwriter.stub.php.
XMLWriter::flush | ( | bool | $empty = true | ) |
@tentative-return-type @alias xmlwriter_flush
Definition at line 350 of file php_xmlwriter.stub.php.
XMLWriter::fullEndElement | ( | ) |
@tentative-return-type @alias xmlwriter_full_end_element
Definition at line 182 of file php_xmlwriter.stub.php.
XMLWriter::openMemory | ( | ) |
@tentative-return-type @alias xmlwriter_open_memory @no-verify Behaviour differs from the aliased function
Definition at line 105 of file php_xmlwriter.stub.php.
XMLWriter::openUri | ( | string | $uri | ) |
@tentative-return-type @alias xmlwriter_open_uri @no-verify Behaviour differs from the aliased function
Definition at line 96 of file php_xmlwriter.stub.php.
XMLWriter::outputMemory | ( | bool | $flush = true | ) |
@tentative-return-type @alias xmlwriter_output_memory
Definition at line 344 of file php_xmlwriter.stub.php.
XMLWriter::setIndent | ( | bool | $enable | ) |
@tentative-return-type @alias xmlwriter_set_indent
Definition at line 116 of file php_xmlwriter.stub.php.
XMLWriter::setIndentString | ( | string | $indentation | ) |
@tentative-return-type @alias xmlwriter_set_indent_string
Definition at line 122 of file php_xmlwriter.stub.php.
XMLWriter::startAttribute | ( | string | $name | ) |
@tentative-return-type @alias xmlwriter_start_attribute
Definition at line 140 of file php_xmlwriter.stub.php.
XMLWriter::startAttributeNs | ( | ?string | $prefix, |
string | $name, | ||
?string | $namespace ) |
@tentative-return-type @alias xmlwriter_start_attribute_ns
Definition at line 158 of file php_xmlwriter.stub.php.
XMLWriter::startCdata | ( | ) |
@tentative-return-type @alias xmlwriter_start_cdata
Definition at line 224 of file php_xmlwriter.stub.php.
XMLWriter::startComment | ( | ) |
@tentative-return-type @alias xmlwriter_start_comment
Definition at line 128 of file php_xmlwriter.stub.php.
XMLWriter::startDocument | ( | ?string | $version = "1.0", |
?string | $encoding = null, | ||
?string | $standalone = null ) |
@tentative-return-type @alias xmlwriter_start_document
Definition at line 254 of file php_xmlwriter.stub.php.
XMLWriter::startDtd | ( | string | $qualifiedName, |
?string | $publicId = null, | ||
?string | $systemId = null ) |
@tentative-return-type @alias xmlwriter_start_dtd
Definition at line 272 of file php_xmlwriter.stub.php.
XMLWriter::startDtdAttlist | ( | string | $name | ) |
@tentative-return-type @alias xmlwriter_start_dtd_attlist
Definition at line 308 of file php_xmlwriter.stub.php.
XMLWriter::startDtdElement | ( | string | $qualifiedName | ) |
@tentative-return-type @alias xmlwriter_start_dtd_element
Definition at line 290 of file php_xmlwriter.stub.php.
XMLWriter::startDtdEntity | ( | string | $name, |
bool | $isParam ) |
@tentative-return-type @alias xmlwriter_start_dtd_entity
Definition at line 326 of file php_xmlwriter.stub.php.
XMLWriter::startElement | ( | string | $name | ) |
@tentative-return-type @alias xmlwriter_start_element
Definition at line 170 of file php_xmlwriter.stub.php.
XMLWriter::startElementNs | ( | ?string | $prefix, |
string | $name, | ||
?string | $namespace ) |
@tentative-return-type @alias xmlwriter_start_element_ns
Definition at line 188 of file php_xmlwriter.stub.php.
XMLWriter::startPi | ( | string | $target | ) |
@tentative-return-type @alias xmlwriter_start_pi
Definition at line 206 of file php_xmlwriter.stub.php.
XMLWriter::text | ( | string | $content | ) |
@tentative-return-type @alias xmlwriter_text
Definition at line 242 of file php_xmlwriter.stub.php.
|
static |
Definition at line 107 of file php_xmlwriter.stub.php.
|
static |
resource | $stream |
Definition at line 110 of file php_xmlwriter.stub.php.
|
static |
Definition at line 98 of file php_xmlwriter.stub.php.
XMLWriter::writeAttribute | ( | string | $name, |
string | $value ) |
@tentative-return-type @alias xmlwriter_write_attribute
Definition at line 152 of file php_xmlwriter.stub.php.
XMLWriter::writeAttributeNs | ( | ?string | $prefix, |
string | $name, | ||
?string | $namespace, | ||
string | $value ) |
@tentative-return-type @alias xmlwriter_write_attribute_ns
Definition at line 164 of file php_xmlwriter.stub.php.
XMLWriter::writeCdata | ( | string | $content | ) |
@tentative-return-type @alias xmlwriter_write_cdata
Definition at line 236 of file php_xmlwriter.stub.php.
XMLWriter::writeComment | ( | string | $content | ) |
@tentative-return-type @alias xmlwriter_write_comment
Definition at line 266 of file php_xmlwriter.stub.php.
XMLWriter::writeDtd | ( | string | $name, |
?string | $publicId = null, | ||
?string | $systemId = null, | ||
?string | $content = null ) |
@tentative-return-type @alias xmlwriter_write_dtd
Definition at line 284 of file php_xmlwriter.stub.php.
XMLWriter::writeDtdAttlist | ( | string | $name, |
string | $content ) |
@tentative-return-type @alias xmlwriter_write_dtd_attlist
Definition at line 320 of file php_xmlwriter.stub.php.
XMLWriter::writeDtdElement | ( | string | $name, |
string | $content ) |
@tentative-return-type @alias xmlwriter_write_dtd_element
Definition at line 302 of file php_xmlwriter.stub.php.
XMLWriter::writeDtdEntity | ( | string | $name, |
string | $content, | ||
bool | $isParam = false, | ||
?string | $publicId = null, | ||
?string | $systemId = null, | ||
?string | $notationData = null ) |
@tentative-return-type @alias xmlwriter_write_dtd_entity
Definition at line 338 of file php_xmlwriter.stub.php.
XMLWriter::writeElement | ( | string | $name, |
?string | $content = null ) |
@tentative-return-type @alias xmlwriter_write_element
Definition at line 194 of file php_xmlwriter.stub.php.
XMLWriter::writeElementNs | ( | ?string | $prefix, |
string | $name, | ||
?string | $namespace, | ||
?string | $content = null ) |
@tentative-return-type @alias xmlwriter_write_element_ns
Definition at line 200 of file php_xmlwriter.stub.php.
XMLWriter::writePi | ( | string | $target, |
string | $content ) |
@tentative-return-type @alias xmlwriter_write_pi
Definition at line 218 of file php_xmlwriter.stub.php.
XMLWriter::writeRaw | ( | string | $content | ) |
@tentative-return-type @alias xmlwriter_write_raw
Definition at line 248 of file php_xmlwriter.stub.php.