require_once 'File/SearchReplace.php';
void File_SearchReplace::setReplace (mixed $replace)
void File_SearchReplace::setReplace
置換する文字列を設定します。
string $replace - 見つかった文字/正規表現を置換する文字/正規表現 あるいはその配列
この関数は、スタティックにコールする ことはできません。
File_SearchReplace constructor()