Basit XML
PHP Manual

SimpleXMLElement Sınıfı

(PHP 5 >= 5.0.1, PHP 7)

Giriş

XML belgesindeki bir elemanı temsil eder.

Sınıf Sözdizimi

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

İçindekiler


Basit XML
PHP Manual