lib/ext_class/Smarty/pluginsshared.mb_str_replace.php

Smarty shared plugin

Functions

smarty_mb_str_replace()

smarty_mb_str_replace(string|array<mixed,string>  $search, string|array<mixed,string>  $replace, string  $subject,   $count) : string

Multibyte string replace

Parameters

string|array<mixed,string> $search

the string to be searched

string|array<mixed,string> $replace

the replacement string

string $subject

the source string

$count

Returns

string —

replaced string