API16

JFilesystemHelper

From Joomla! Documentation

Revision as of 17:36, 22 March 2010 by Doxiki (talk | contribs) (New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JFilesystemHelper}} ===...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API16" 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.

[Edit Descripton] Template:Description:JFilesystemHelper

Defined in[edit]

libraries/joomla/filesystem/helper.php

Methods[edit]

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

Importing[edit]

jimport( 'joomla.filesystem.helper' );

[Edit See Also] Template:SeeAlso:JFilesystemHelper

Examples[edit]

<CodeExamplesForm />