file_get_contents fonksiyonu
php file get contents komutu bir dosyadaki bilgileri okumak için kullanılır. özellikle internet sayfalarından bilgi okumak için curl veya file_get_contents komutu kullanılmaktadır. Yazılışı: $bilgi=file_get_contents(“http://www.tr3d.com”); sonuç: hedef web sayfası sadece yazı haliyele $bilgi değişkeni içine gelir. Kaynak: http://www.vigoril.com/php/file_get_contents-fonksiyonu


