File_HtAccess::save()

File_HtAccess::save() -- saves the .htaccess file

Synopsis

mixed File_HtAccesss:save ()

Description

Saves the contents of File_HtAccess object as a corresponding .htaccess file on the disc.

Return value

mixed - Returns TRUE on success, PEAR_Error on failure.

Note

This function can not be called statically.

Example