The SimpleXMLIterator class

The SimpleXMLIterator class

(PHP 5 >= 5.1.3, PHP 7, PHP 8)

簡介

The SimpleXMLIterator provides recursive iteration over all nodes of a SimpleXMLElement object.

類摘要

class SimpleXMLIterator extends SimpleXMLElement {
/* 方法 */
public current(): mixed
public hasChildren(): bool
public key(): mixed
public next(): void
public rewind(): void
public valid(): bool
/* 繼承的方法 */
public SimpleXMLElement::addAttribute(string $qualifiedName, string $value, ?string $namespace = null): void
public SimpleXMLElement::addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null): ?SimpleXMLElement
public SimpleXMLElement::asXML(?string $filename = null): string|bool
public SimpleXMLElement::attributes(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLElement
public SimpleXMLElement::children(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLElement
public SimpleXMLElement::getDocNamespaces(bool $recursive = false, bool $fromRoot = true): array|false
public SimpleXMLElement::getName(): string
public SimpleXMLElement::getNamespaces(bool $recursive = false): array
public SimpleXMLElement::registerXPathNamespace(string $prefix, string $namespace): bool
public SimpleXMLElement::xpath(string $expression): array|null|false
}

更新日誌

版本 說明
8.0.0 SimpleXMLIterator implements Stringable now.

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *