Beispiel #1
0
Datei: io.php Projekt: poppa/PLib
 /**
  * Get the size in human readable format
  *
  * @api
  * @param int decimals
  * @return string
  */
 public function nice_size($decimals = 1)
 {
     return parent::_nice_size($this->size, $decimals);
 }