Vous êtes connecté en tant que anonymous Se Deconnecter
$ligne) { if (preg_match("#[ ]*([a-zA-Z-_+]*)[ ]*[:][ ]*([0-9a-zA-Z-_+ ']*[ ]*)#", $ligne, $matches)) { $this->registry[$matches[1]] = $matches[2]; $this->index[] = $matches[1]; } } } public function getRegistre(){ return $this->index; } public function getIndex(){ return $this->registry; } }