API16:JFilesystemHelper
出典: Joomla! ドキュメンテーション
目次 |
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' );
Examples
<CodeExamplesForm />
自動更新 2012/05/24 11:35:05
