functions-online

str_replace

説明

この関数は、$subject の中の $search を全て $replace に置換します。

(正規表現のような) 技巧的な置換ルールを必要としない場合、 preg_replace() の代わりにこの関数を常用するべきです。

宣言の str_replace

string str_replace ( mixed $search , mixed $replace , mixed $subject [, int &$count ] )

テスト str_replace オンライン










共有 str_replace

のコメント str_replace

のコメント str_replace

+

Leave your comment