$value) { $token = '{' . $key . '}'; $text = str_replace($token, $value, $text); } return $text; } }