static string replaceArray(string $search, array $replace, string $subject)
Replace a given value in the string sequentially with an array.
static string replaceArray(string $search, array $replace, string $subject)
Replace a given value in the string sequentially with an array.
Please login to continue.