file_get_contents

(PHP 4 >= 4.3.0)

file_get_contents -- Reads entire file into a string

Description

string file_get_contents ( string filename [, int use_include_path])

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

Nota: Esta función es segura bináriamente.

Sugerencia: Puede usar una URL como nombre de archivo con esta función si los "fopen wrappers" han sido activados. Consulte fopen() para más detalles.

See also: fgets(), file(), fread(), include(), and readfile().