PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

File_SearchReplace::File_SearchReplace() | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

File_SearchReplace::File_SearchReplace()

File_SearchReplace::File_SearchReplace() – コンストラクタ

Synopsis

require_once 'File/SearchReplace.php';

void File_SearchReplace::File_SearchReplace ( mixed $find , mixed $replace , string $files , mixed $directories = '' , boolean $include_subdir = = true , array $ignore_lines = array() )

Description

コンストラクタ

Parameter

  • mixed $find - 検索対象の文字/正規表現 あるいは文字/正規表現の配列

  • mixed $replace - $find を置換する文字/正規表現 あるいは文字/正規表現の配列

  • array $files - 対象となるファイル

  • array $directories - 対象となるディレクトリ

  • boolean $include_subdir - サブディレクトリを横断して走査するかどうか

  • array $ignore_lines - 行を無視するための文字列をもつ配列。この要素は"normal"の検索でのみ動作します。

Note

This function can be called statically.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「File_SearchReplace::File_SearchReplace()」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | File_SearchReplace::File_SearchReplace()」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: