API17:JFilesystemHelper::isJoomlaStream
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JFilesystemHelper::isJoomlaStream|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFilesystemHelper::isJoomlaStream|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function isJoomlaStream ($streamname) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' boolean | |
| − | boolean | + | * '''Defined''' on line 267 of libraries/joomla/filesystem/helper.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/filesystem/helper.php | + | * '''Referenced by''' |
| − | * | + | ** [[JStream::open/11.1|JStream::open]] |
| − | + | ||
| − | * [[JStream::open/11.1|JStream::open]] | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JFilesystemHelper::isJoomlaStream source code''' on [[jplatform:filesystem/helper.php#cl-259|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JFilesystemHelper/11.1|JFilesystemHelper]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]] | ||
| + | * [[JFilesystemHelper::isJoomlaStream|Other versions of JFilesystemHelper::isJoomlaStream]] | ||
| + | {{SeeAlso:JFilesystemHelper::isJoomlaStream}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFilesystemHelper::isJoomlaStream|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFilesystemHelper::isJoomlaStream|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::isJoomlaStream]]</noinclude> | <noinclude>[[Category:JFilesystemHelper]][[Category:JFilesystemHelper::isJoomlaStream]]</noinclude> | ||
Revision as of 20:56, 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::isJoomlaStream
Description
TODO Add description.
Description:JFilesystemHelper::isJoomlaStream [Edit Descripton]
public function isJoomlaStream ($streamname)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $streamname | string | TODO Add text, confirm type |
See also
-
JFilesystemHelper::isJoomlaStream source code on BitBucket
-
Class JFilesystemHelper
-
Subpackage Filesystem
- Other versions of JFilesystemHelper::isJoomlaStream
SeeAlso:JFilesystemHelper::isJoomlaStream [Edit See Also]
User contributed notes
<CodeExamplesForm />
