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); ?>
See http://codex.wordpress.org/HTTP_API
Since: 1.5.1
wp_remote_fopen() is located in wp-includes/functions.php