API17

Difference between revisions of "JHtmlNumber"

From Joomla! Documentation

m (JoomlaWikiBot moved page JHtmlNumber/11.1 to API17:JHtmlNumber without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlNumber::bytes/11.1|bytes]]
+
|[[API17:JHtmlNumber::bytes|bytes]]
 
|Converts bytes to more distinguishable formats such as: kilobytes, megabytes, etc.  
 
|Converts bytes to more distinguishable formats such as: kilobytes, megabytes, etc.  
 
|-
 
|-
Line 23: Line 23:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlNumber source code''' on [[jplatform:html/html/number.php|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlNumber source code''' on [[jplatform:html/html/number.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JHtmlNumber|Other versions of JHtmlNumber]]
+
* [[API17:JHtmlNumber|Other versions of JHtmlNumber]]
 
{{SeeAlso:JHtmlNumber}}
 
{{SeeAlso:JHtmlNumber}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 40: Line 40:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JHtmlNumber]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:55, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlNumber[edit]

Description[edit]

Template:Description:JHtmlNumber [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static bytes Converts bytes to more distinguishable formats such as: kilobytes, megabytes, etc.
  • Defined in libraries/joomla/html/html/number.php

Importing[edit]

jimport( 'joomla.html.html.number' );

See also[edit]

Template:SeeAlso:JHtmlNumber [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />