JFactory::getStream/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 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

SeeAlso:JFactory::getStream [Edit See Also]

User contributed notes


Personal tools