Аудио доступно на vk.com и в официальных приложениях ВКонтакте
User-Agent
: VKAndroidApp/8.2-14407
. <?php
$str = 'smth_Text';
preg_match('/^\w*_(?P<text>\w+)/', $str, $matches);
echo $matches['text']; //В $matches['text'] нужный текст
function send($to, $subject, $message) {
$subject = mb_encode_mimeheader($subject, "UTF-8", "Q");
$headers .= "Content-type: text/html; Charset=utf-8\r\n";
$headers .= "From: Ivan Ivanov <ivan@mail.ru>\r\n";
return mail($to, $subject, $message, $headers);
}
<p>{{ phrase('user_email_confirmation_body_html')|replace({'%username%': 'Evgen', '%board%': option('board_title') })|raw }}</p>