[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/joomla/filesystem/src/ -> Helper.php (summary)

Part of the Joomla Framework Filesystem Package

Copyright: Copyright (C) 2005 - 2021 Open Source Matters, Inc. All rights reserved.
License: GNU General Public License version 2 or later; see LICENSE
File Size: 303 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Helper:: (8 methods):
  remotefsize()
  ftpChmod()
  getWriteModes()
  getSupported()
  getTransports()
  getFilters()
  getJStreams()
  isJoomlaStream()


Class: Helper  - X-Ref

File system helper

Holds support functions for the filesystem, particularly the stream

remotefsize($url)   X-Ref
Remote file size function for streams that don't support it

param: string  $url  TODO Add text
return: mixed

ftpChmod($url, $mode)   X-Ref
Quick FTP chmod

param: string   $url   Link identifier
param: integer  $mode  The new permissions, given as an octal value.
return: integer|boolean

getWriteModes()   X-Ref
Modes that require a write operation

return: array

getSupported()   X-Ref
Stream and Filter Support Operations

Returns the supported streams, in addition to direct file access
Also includes Joomla! streams as well as PHP streams

return: array  Streams

getTransports()   X-Ref
Returns a list of transports

return: array

getFilters()   X-Ref
Returns a list of filters

return: array

getJStreams()   X-Ref
Returns a list of J! streams

return: array

isJoomlaStream($streamname)   X-Ref
Determine if a stream is a Joomla stream.

param: string  $streamname  The name of a stream
return: boolean  True for a Joomla Stream



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer