PHP 8.6.0 Beta 1 is available for testing

Класс XMLWriter

(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)

Введение

Обзор класса

class XMLWriter {
/* Методы */
public function endAttribute (): bool
public function endCdata (): bool
public function endComment (): bool
public function endDocument (): bool
public function endDtd (): bool
public function endDtdAttlist (): bool
public function endDtdElement (): bool
public function endDtdEntity (): bool
public function endElement (): bool
public function endPi (): bool
public function flush (bool $empty = true ): string |int
public function fullEndElement (): bool
public function openMemory (): bool
public function openUri (string $uri): bool
public function outputMemory (bool $flush = true ): string
public function setIndent (bool $enable): bool
public function setIndentString (string $indentation): bool
public function startAttribute (string $name): bool
public function startAttributeNs (? string $prefix, string $name, ? string $namespace): bool
public function startCdata (): bool
public function startComment (): bool
public function startDocument (? string $version = "1.0", ? string $encoding = null , ? string $standalone = null ): bool
public function startDtd (string $qualifiedName, ? string $publicId = null , ? string $systemId = null ): bool
public function startDtdAttlist (string $name): bool
public function startDtdElement (string $qualifiedName): bool
public function startDtdEntity (string $name, bool $isParam): bool
public function startElement (string $name): bool
public function startElementNs (? string $prefix, string $name, ? string $namespace): bool
public function startPi (string $target): bool
public function text (string $content): bool
public static function toMemory (): static
public static function toStream (resource $stream): static
public static function toUri (string $uri): static
public function writeAttribute (string $name, string $value): bool
public function writeAttributeNs (
? string $prefix,
string $name,
? string $namespace,
string $value
): bool
public function writeCdata (string $content): bool
public function writeComment (string $content): bool
public function writeDtd (
string $name,
? string $publicId = null ,
? string $systemId = null ,
? string $content = null
): bool
public function writeDtdAttlist (string $name, string $content): bool
public function writeDtdElement (string $name, string $content): bool
public function writeDtdEntity (
string $name,
string $content,
bool $isParam = false ,
? string $publicId = null ,
? string $systemId = null ,
? string $notationData = null
): bool
public function writeElement (string $name, ? string $content = null ): bool
public function writeElementNs (
? string $prefix,
string $name,
? string $namespace,
? string $content = null
): bool
public function writePi (string $target, string $content): bool
public function writeRaw (string $content): bool
}

Содержание

Нашли ошибку?

ИнструкцияИсправлениеСообщение об ошибке
+Добавить

Примечания пользователей

Пользователи ещё не добавляли примечания для страницы

AltStyle によって変換されたページ (->オリジナル) /