Клас SimpleXMLElement

(PHP 5, PHP 7, PHP 8)

Вступ

Є елементом у XML-документі.

Огляд класів


    
     class SimpleXMLElement
    

    
     implements
      Stringable,

     Countable,

     RecursiveIterator {

    /* Методы */
    
   public __construct(    string $data,    int $options = 0,    bool $dataIsURL = false,    string $namespaceOrPrefix = "",    bool $isPrefix = false)

    public addAttribute(string $qualifiedName, string $value, ?string $namespace = null): void
public addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null): ?SimpleXMLElement
public asXML(?string $filename = null): string|bool
public attributes(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLElement
public children(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLElement
public count(): int
public current(): SimpleXMLElement
public getDocNamespaces(bool $recursive = false, bool $fromRoot = true): array|false
public getName(): string
public getNamespaces(bool $recursive = false): array
public getChildren(): ?SimpleXMLElement
public hasChildren(): bool
public key(): string
public next(): void
public registerXPathNamespace(string $prefix, string $namespace): bool
public rewind(): void
public __toString(): string
public valid(): bool
public xpath(string $expression): array|null|false

   }

список змін

ВерсияОпис
8.0.0КлассSimpleXMLElement тепер реалізує інтерфейси StringableCountable, иRecursiveIterator

Зміст