$result = drupal_http_request('http://img.yandex.net/i/www/logo.png'); if (empty($result->error) && $result->data) { file_unmanaged_save_data($result->data, 'public://images/yandex-logo.png'); }
Drupal 7.x