Codex tools: Log in
Returns the contents of a remote URI. Tries to retrieve the HTTP content with fopen first and then using cURL, if fopen can't be used.
<?php $contents = wp_remote_fopen($uri); ?>