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

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

導入

導入 -- 複数のファイルから検索して置換する

Types of search functions

File_SearchReplaceはいくるかの種類の検索関数をサポートしています。 この種類の違いは$find-パラメータの書式に影響します。

normal - デフォルトで、次のパラメータをサポートする唯一の種類です。 $IgnoreLines-パラメータ
quick - str_replace() を使用します。
preg - preg_replace() を使用します。
ereg - ereg_replace() を使用します。

タイプの設定は、doSearch() を呼び出す前に、 setSearchFunction()で設定します。

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

Download Documentation Last updated: Sun, 05 Oct 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.