API17

Difference between revisions of "JStream::filesize"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎See also: moving preparation)
(2 intermediate revisions by the same user not shown)
Line 16: Line 16:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JStream::filesize source code''' on [[jplatform:filesystem/stream.php#cl-346|BitBucket]]
 
* {{JVer|11.1}} '''JStream::filesize source code''' on [[jplatform:filesystem/stream.php#cl-346|BitBucket]]
* {{JVer|11.1}} Class [[JStream/11.1|JStream]]
+
* {{JVer|11.1}} Class [[API17:JStream|JStream]]
* {{JVer|11.1}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* [[JStream::filesize|Other versions of JStream::filesize]]
+
* [[API17:JStream::filesize|Other versions of JStream::filesize]]
 
{{SeeAlso:JStream::filesize}}
 
{{SeeAlso:JStream::filesize}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 34: Line 34:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JStream]][[Category:JStream::filesize]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:35, 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 JStream::filesize[edit]

Description[edit]

Retrieve the file size of the path.

Template:Description:JStream::filesize [Edit Descripton]

public function filesize ()
  • Returns mixed
  • Defined on line 354 of libraries/joomla/filesystem/stream.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JStream::filesize [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />