// id:pw は BASIC認証の idとpasswordを設定 $url = "https://id:password@hogehoge.com/test.txt" ; $v = file_get_contents($url) ; print($v) ;