API16

JFilesystemHelper: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
No edit summary
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JFilesystemHelper}}
<nowiki>[</nowiki>[[Description:JFilesystemHelper|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JFilesystemHelper}}


===Defined in===
===Defined in===
Line 43: Line 40:
<source lang="php">jimport( 'joomla.filesystem.helper' );</source>
<source lang="php">jimport( 'joomla.filesystem.helper' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JFilesystemHelper|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JFilesystemHelper}}
</span>
{{SeeAlso:JFilesystemHelper}}


===Examples===
===Examples===

Revision as of 13:59, 24 March 2017

{{subst:Description:JFilesystemHelper}}

Defined in

libraries/joomla/filesystem/helper.php

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

Importing

jimport( 'joomla.filesystem.helper' );


{{subst:SeeAlso:JFilesystemHelper}}

Examples

<CodeExamplesForm />