Correction typo

This commit is contained in:
Michael RICOIS 2009-06-03 08:23:01 +00:00
parent fe917f405e
commit 62626d708d
3 changed files with 10 additions and 6 deletions

View File

@ -224,8 +224,6 @@ function dBilans($tab){
} }
} }
function formatName($name){ function formatName($name){
if(is_array($name)){ if(is_array($name)){
if($name['Family']){ $text.= $name['Family']; } if($name['Family']){ $text.= $name['Family']; }

View File

@ -9,8 +9,6 @@ function parseReport($type){
$doc = new DOMDocument; $doc = new DOMDocument;
$doc->preserveWhiteSpace = false; $doc->preserveWhiteSpace = false;
$doc->loadxml($xml); $doc->loadxml($xml);
} }
/* /*

View File

@ -1,6 +1,14 @@
<?php <?php
/**
function getRatios(){} * Retourne le résultat du webservice.
* @param string $nRatio
* Le de ratio.
* @param string $type
* Le type de ratio demandé.
* @return array
* Retourne le tableau structuré.
*/
function getRatios($siren, $type){}
/** /**
* Retourne le tableau pour l'affichage des graphiques d'évolution. * Retourne le tableau pour l'affichage des graphiques d'évolution.