<?php

$content = "Content-Type: multipart/alternative; boundary=f403045e21e067188c05413187fd\r\n";
preg_match_all("!boundary=(.*?)\r?$!mi", $content, $matches);
print_r(str_replace("\r", "\\r", $matches[1]));