File_SearchReplace (Previous) (Next) File_SearchReplace::File_SearchReplace()

View this page in Last updated: Sun, 24 Aug 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Introduction

Introduction -- HowTo s'n'r in files

Types of search functions

File_SearchReplace supports different kinds of search functions. The type directly influence the format of the required $find-parameter

normal - default, the only type supporting the $IgnoreLines-parameter
quick - use str_replace()
preg - use preg_replace()
ereg - use ereg_replace()

To set the type, call setSearchFunction() before doSearch().

File_SearchReplace (Previous) (Next) File_SearchReplace::File_SearchReplace()

Download Documentation Last updated: Sun, 24 Aug 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.