PHP5: Calculer la taille d’un Répertoire

Author:

<?php
class maClasse
{
  static function  taille_repertoire($repertoire)
   {
      $taille_rep=0;