SimpleXMLElement Sınıfı

(PHP 5, PHP 7, PHP 8)

Giriş

XML belgesindeki bir elemanı temsil eder.

Sınıf Sözdizimi

SimpleXMLElement {
/* Yöntemler */
addAttribute ( string $isim , string $değer , string $isimalanı = ? ) : void
addChild ( string $isim , string $değer = ? , string $isimalanı = ? ) : SimpleXMLElement
asXML ( string $dosya = ? ) : mixed
attributes ( string $isimalanı = ? , bool $önek_var = ? ) : SimpleXMLElement
children ( string $isimalanı = ? , bool $önek_var = ? ) : SimpleXMLElement
public count ( ) : int
getDocNamespaces ( bool $ardışık = ? ) : array
getName ( ) : string
getNamespaces ( bool $ardışık = ? ) : array
registerXPathNamespace ( string $önek , string $isimalanı ) : bool
public __toString ( ) : string
xpath ( string $ifade ) : array
}

İçindekiler