Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Regard whitespace Rev 364 → Rev 363

/trunk/services/modules/0.1/photoflora/Images.php
172,15 → 172,12
return $resultat;
}
private function callBackReplace($m) {
private function formaterChaineEncodeeBddPhotoflora($chaine) {
return $chaine = preg_replace_callback("/(&#[0-9]+;)/", function($m) {
return mb_convert_encoding($m[1], "UTF-8", "HTML-ENTITIES");
}, $chaine);
}
private function formaterChaineEncodeeBddPhotoflora($chaine) {
return $chaine = preg_replace_callback("/(&#[0-9]+;)/", array($this, 'callBackReplace')
, $chaine);
}
// TODO: garder ancien web service pour retour xml ou bien fusionner les deux ?
private function formaterRetourXml($photographies) {
// Formatage du xml