File_SearchReplace::doSearch()

File_SearchReplace::doSearch() -- execute search&replace

Synopsis

require_once 'File/SearchReplace.php';

void File_SearchReplace::doSearch ()

Description

Starts searching for the patterns and replaces them, if found.

Note

This function can not be called statically.