File_HtAccess::load()

File_HtAccess::load() -- load the contents of existing .htaccess file

Synopsis

mixed File_HtAccess::load ()

Description

Load the contents of .htaccess file.

Return value

mixed - Returns TRUE on success, PEAR_Error on failure.

Note

This function can not be called statically.

Example