API17

Difference between revisions of "JFilesystemHelper::remotefsize"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
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}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JFilesystemHelper::remotefsize|Edit Descripton]]<nowiki>]</nowiki>
 
</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 22:
 
|-
 
|-
 
|}
 
|}
===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
+
* '''Referenced by'''
===Referenced by===
+
** [[API17:JStream::filesize|JStream::filesize]]
* [[JStream/filesize/11.1|JStream::filesize]]
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JFilesystemHelper::remotefsize source code''' on [[jplatform:filesystem/helper.php#cl-32|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JFilesystemHelper::remotefsize|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JFilesystemHelper|JFilesystemHelper]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* [[JFilesystemHelper/11.1|JFilesystemHelper]]
+
* [[API17:JFilesystemHelper::remotefsize|Other versions of JFilesystemHelper::remotefsize]]
* [[JFilesystemHelper::remotefsize|Other versions of this method]]
+
 
{{SeeAlso:JFilesystemHelper::remotefsize}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JFilesystemHelper::remotefsize
 
category=JFilesystemHelper::remotefsize
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JFilesystemHelper]][[Category:JFilesystemHelper::remotefsize]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:02, 24 March 2017

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?


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]


User contributed notes[edit]

Code Examples[edit]