あなたがここで何をしようとしているのかは完全には分かっていませんが、
$full_page_content = file_get_contents('http://www.example.com/');
編集:私はあなたを理解する場合は、[OK]を、あなたはこのような何かをする必要があります:
Get rss feed
Use SimplePie or something like it to go through each feed item
For each item in RSS feed
Get the item's url
Get the content from that URL
Strip out the HTML/extract only the text you need
Combine all of these into a new RSS feed and send that to the user
注:これは簡単なことではありません。 Full-Text RSSがその製品に課金できる理由があります。