私は次のコードを持っています:
$fh=fopen($api,"r");
$theData = fgets($fh);
echo $theData;
これにより、次のようなエラーがスローされます。
Warning: fopen(http://xxxxxx.xxxxxxxx.com:8080) [function.fopen]: failed to open stream: Connection refused in /home/xxxx/public_html/xxxx/index.php on line 18
Warning: fgets(): supplied argument is not a valid stream resource in /home/xxxx/public_html/xxxx/index.php on line 19
これに対する解決策は何ですか?