Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17204 программиста и 1834 робота. Сейчас ищут 1638 программистов ...
File_SearchReplace::setFind()
Вернуться к: File_SearchReplace
File_SearchReplace::setFind()
File_SearchReplace::setFind() – set pattern to find
Synopsis
require_once 'File/SearchReplace.php';
void File_SearchReplace::setFind ( mixed $find )
Set the pattern for the string to find.
Parameter
-
mixed $find - the string/regex or arrays of them to find
Note
This function can not be called statically.
Вернуться к: File_SearchReplace