API17

Difference between revisions of "JFilesystemHelper::remotefsize"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 2: Line 2:
 
=={{JVer|11.1}} JFilesystemHelper::remotefsize==
 
=={{JVer|11.1}} JFilesystemHelper::remotefsize==
 
===Description===
 
===Description===
Remote file size function for streams that don't support it.
+
Support Functions; should probably live in a helper?
  
 
{{Description:JFilesystemHelper::remotefsize}}
 
{{Description:JFilesystemHelper::remotefsize}}
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JFilesystemHelper::remotefsize|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JFilesystemHelper::remotefsize|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JFilesystemHelper::remotefsize ($url)
+
public function remotefsize ($url)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' mixed
mixed
+
* '''Defined''' on line 40 of libraries/joomla/filesystem/helper.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/filesystem/helper.php (line 40)
+
* '''Referenced by'''
* see source code in [[jplatform:filesystem/helper.php#cl-40|BitBucket]]
+
** [[JStream::filesize/11.1|JStream::filesize]]
===Referenced by===
 
* [[JStream::filesize/11.1|JStream::filesize]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JFilesystemHelper::remotefsize source code''' on [[jplatform:filesystem/helper.php#cl-32|BitBucket]]
 +
* {{JVer|11.1}} Class [[JFilesystemHelper/11.1|JFilesystemHelper]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]]
 +
* [[JFilesystemHelper::remotefsize|Other versions of JFilesystemHelper::remotefsize]]
 +
{{SeeAlso:JFilesystemHelper::remotefsize}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JFilesystemHelper::remotefsize|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JFilesystemHelper::remotefsize|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JFilesystemHelper/11.1|JFilesystemHelper]]
+
===User contributed notes===
* [[JFilesystemHelper::remotefsize|Other versions of this method]]
 
{{SeeAlso:JFilesystemHelper::remotefsize}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 49: Line 46:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JFilesystemHelper]][[Category:JFilesystemHelper::remotefsize]]</noinclude>
 
<noinclude>[[Category:JFilesystemHelper]][[Category:JFilesystemHelper::remotefsize]]</noinclude>

Revision as of 20:57, 27 April 2011

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 JFilesystemHelper::remotefsize[edit]

Description[edit]

Support Functions; should probably live in a helper?

Template:Description:JFilesystemHelper::remotefsize [Edit Descripton]

public function remotefsize ($url)
Parameter Type Default Description
$url string TODO Add text
  • Returns mixed
  • Defined on line 40 of libraries/joomla/filesystem/helper.php
  • Since Joomla 11.1
  • Referenced by

See also[edit]

Template:SeeAlso:JFilesystemHelper::remotefsize [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />