file_get_contents

file_get_contents -- Reads entire file into a string

Description

string file_get_contents ( string filename [, int use_include_path])

Poznámka :

You can use a URL as a filename with this function if the " fopen wrappers " have been enabled . See fopen( ) for more details .