API17:JHtmlNumber::bytes
From Joomla! Documentation
JHtmlNumber::bytes
Description
Converts bytes to more distinguishable formats such as: kilobytes, megabytes, etc.
public static function bytes (
$bytes
$unit= 'auto'
$precision=2
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $bytes | |||
| $unit | 'auto' | ||
| $precision | 2 |
- Returns
- Defined on line 36 of libraries/joomla/html/html/number.php
See also
JHtmlNumber::bytes source code on BitBucket
Class JHtmlNumber
Subpackage Html- Other versions of JHtmlNumber::bytes
User contributed notes
Code Examples