file_get_contents

(unknown)

file_get_contents -- Reads entire file into a string

Description

string file_get_contents ( string filename [, int use_include_path])

Identical to readfile(), except that file_get_contents() returns the file in a string.

Not: Bu fonksiyon ikili düzende kullanılabilir

Ýpucu: "fopen wrappers" etkinleştirildiğinde bu fonksiyon ile URL adreslerini dosya ismi gibi kullanıp dosya sistemi fonksiyonlarını kullanabilirsiniz. fopen() bölümünden daha fazla detaya ulaşabilirsiniz.