Re: [LA-discussions] boucles php foreach imbriquées

[ Thread Index | Date Index | More linuxarverne.org/discussions Archives ]


Oupss : coquille.
J'utilisai cette fonction dans une classe.
Tu corrigeras par toi même cette ligne :
$retour[$nom] = $element instanceof SimpleXMLElement ? self::xml2array($element) : $enfant;
par 
$retour[$nom] = $element instanceof SimpleXMLElement ? xml2array($element) : $enfant;


--

Matthieu


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/