<?php
ini_set('user_agent', 'Mozilla/5.0 (Windows NT x.y; Win64; x64; rv:10.0.1) Gecko/20100101 Firefox/10.0.1');
echo file_get_contents('http://fr.wikipedia.org/wiki/Brazil', false, $context);
//echo file_get_contents('http://fr.wikipedia.org/wiki/Argentina');
//echo file_get_contents('http://fr.wikipedia.org/wiki/France');
ウィキペディアの回答は、エンコーディングの問題のようなものです (StackOverflow がルールを投稿するため投稿できませんが、スクリプトを実行すると表示されます)。
(等。)
それはブラジルとアルゼンチンです。しかし、他のページ (フランスなど) ではうまく機能します。何が起こっているのか?ちなみに、ページはブラウザでうまく動作します。