SORU
7 Kasım 2008, Cuma


Nasıl file_get_contents uyarı olarak ele alınabilir() PHP fonksiyonu?

Böyle bir PHP kodu yazdım

$site="http://www.google.com";
$content = file_get_content($site);
echo $content;

Ama ne zaman "http://" $site aşağıdaki uyarıyı alıyorum: kaldırın

Uyarı: file_get_contents(www.google.com) [fonksiyon.file-get-contents]: başarısız yayını açmak için:

Ama işe yaramadı try catch çalıştım.

CEVAP
7 Kasım 2008, Cuma


1. Adım: dönüş kodu kontrol edin: if($content === FALSE) { // handle error here... }

Adım 2: file_get_contents önünde bir @ koyarak:uyarıyı bastırmak $content = @file_get_contents($site);

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • How It Should Have Ended

    How It Shoul

    5 Mart 2007
  • paulandstorm

    paulandstorm

    4 EYLÜL 2006
  • Unbox Therapy

    Unbox Therap

    21 Aralık 2010