API16:JFilesystemHelper
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JFilesystemHelper}}
===...) |
|||
| Line 39: | Line 39: | ||
|Modes that require a write operation | |Modes that require a write operation | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.filesystem.helper' );</source> | <source lang="php">jimport( 'joomla.filesystem.helper' );</source> | ||
Latest revision as of 04:58, 30 March 2010
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.
[Edit Descripton] Description:JFilesystemHelper
Contents |
[edit] Defined in
libraries/joomla/filesystem/helper.php
[edit] Methods
| Method name | Description |
|---|---|
| remotefsize | Remote file size function for streams that don't support it http://www.php.net/manual/en/function.filesize.php#71098 |
| ftpChmod | Quick FTP chmod http://www.php.net/manual/en/function.ftp-chmod.php |
| getSupported | Returns the supported streams, in addition to direct file access Also includes Joomla! streams as well as PHP streams Array Streams |
| getTransports | Returns a list of transports |
| getFilters | Returns a list of filters |
| getJStreams | Returns a list of J! streams |
| isJoomlaStream | |
| getWriteModes | Modes that require a write operation |
[edit] Importing
jimport( 'joomla.filesystem.helper' );
[Edit See Also] SeeAlso:JFilesystemHelper
[edit] Examples
<CodeExamplesForm />
