Bonjour,
:D
A quoi correspond le "@attributes" ??? En fait, mon objet se comporte un peu comme un tableau... Je peux faire objet['attribut'] pour accéder à des valeurs...Code:
1
2
3
4
5
6
7
8
9 object(SimpleXMLElement)#2 (2) { ["@attributes"]=> array(1) { ["href"]=> string(3) "..." } [0]=> string(3) "..." }
Comment créer une classe qui instancie un objet-tableau du même style ?
