JFactory::getStream/1.6
From Joomla! Documentation
JFactory::getStream
Description
Creates a new stream object with appropriate prefix.
Description:JFactory::getStream [Edit Descripton]
public static function getStream ( $use_prefix=true $use_network=true $ua=null $uamask=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $use_prefix | boolean | true | Prefix the connections for writing |
| $use_network | boolean | true | Use network if available for writing; use false to disable (e.g. FTP, SCP) |
| $ua | string | null | UA User agent to use |
| $uamask | boolean | false | User agent masking (prefix Mozilla) |
See also
JFactory source code on JoomlaCode
Class JFactory- Other versions of JFactory::getStream
SeeAlso:JFactory::getStream [Edit See Also]