Introduction | File_HtAccess::load |
File_HtAccess | |
PEAR Manual | |
object new File_HtAccess (
string $file='.htaccess'
,
array $params
)
Creates an instance of a File_HtAccess object.
string $file - filename to use. Defaults to .htaccess
array $params - a array of parameters which can be:
$params['authname'] - authname
$params['authtype'] - authtype
$params['authuserfile'] - authuserfile
$params['authgroupfile'] - authgroupfile
$params['require'] - require
$params['additional'] - additional
object - instance of File_HtAccess
How to create new instance of File_HtAccess
|
Introduction | File_HtAccess::load |
File_HtAccess | |
PEAR Manual | |