Alternc  latest
Alternc logiel libre pour l'hébergement
quota_show.php File Reference

Go to the source code of this file.

Variables

 $q =$quota->getquota()
 
 if (!is_array( $q)||empty( $q))
 
 $qlist =$quota->qlist()
 
 $totalsize = 0
 
 while (list( $key, $val)=each( $qlist))
 

Variable Documentation

◆ $q

$q =$quota->getquota()

Definition at line 34 of file quota_show.php.

◆ $qlist

$qlist =$quota->qlist()

Definition at line 43 of file quota_show.php.

◆ $totalsize

$totalsize = 0

Definition at line 45 of file quota_show.php.

Referenced by m_bro\dirsize().

◆ if

if(!is_array($q)||empty($q)) ( is_array $q)||empty( $q)

Definition at line 35 of file quota_show.php.

◆ while

while(list($key, $val)=each($qlist)) ( list( $key, $val)  = each($qlist))

Definition at line 46 of file quota_show.php.