Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17143 программиста и 1834 робота. Сейчас ищут 1658 программистов ...
File_SearchReplace::getNumOccurences()
Вернуться к: File_SearchReplace
File_SearchReplace::getNumOccurences()
File_SearchReplace::getNumOccurences() – return number of replaces
Synopsis
require_once 'File/SearchReplace.php';
integer File_SearchReplace::getNumOccurences ( )
Returns the number of replaced strings after a File_SearchReplace::doSearch() call.
Return value
integer - the number of occurences
Note
This function can not be called statically.
Вернуться к: File_SearchReplace