API17:JFilesystemHelper::remotefsize
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JFilesystemHelper::remotefsize== | =={{JVer|11.1}} JFilesystemHelper::remotefsize== | ||
===Description=== | ===Description=== | ||
| − | + | 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> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function remotefsize ($url) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' mixed | |
| − | mixed | + | * '''Defined''' on line 40 of libraries/joomla/filesystem/helper.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/filesystem/helper.php | + | * '''Referenced by''' |
| − | * | + | ** [[JStream::filesize/11.1|JStream::filesize]] |
| − | + | ||
| − | * [[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> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<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
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFilesystemHelper::remotefsize
Description
Support Functions; should probably live in a helper?
Description:JFilesystemHelper::remotefsize [Edit Descripton]
public function remotefsize ($url)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $url | string | TODO Add text |
See also
-
JFilesystemHelper::remotefsize source code on BitBucket
-
Class JFilesystemHelper
-
Subpackage Filesystem
- Other versions of JFilesystemHelper::remotefsize
SeeAlso:JFilesystemHelper::remotefsize [Edit See Also]
User contributed notes
<CodeExamplesForm />
