PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'File/SearchReplace.php';
integer File_SearchReplace::getNumOccurences ()
integer File_SearchReplace::getNumOccurences
Returns the the number replaced strings after a File_SearchReplace::doSearch() call.
integer - the number of occurences
This function can not be called statically.