$valeur) { if(!is_object($valeur)) $info .= $valeur . ';'; } return ($info); } function _parsePeriod($period) { static $info = array(); static $indent = 0; foreach($period as $value) { foreach($value as $p => $val) $info[$indent] .= $val .':'; $indent++; } foreach($info as $champ) { $infos = explode(':', $champ); foreach($infos as $row) echo $row . ' '; } } $adress = explode(';', AfficheAdress($CompanyAddress, $this->labelConfig)); ?>