getResultFlux("https://www.lemonde.fr/sciences/rss_full.xml"); foreach($resultFlux as $n){ echo $n->getTitle(); echo ""; echo $n->getPubdate(); echo ""; echo $n->getLink(); echo ""; echo $n->getDescription(); echo ""; echo ""; } ?>