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.
Nota:
This function was introduced in PHP 4.3.0.
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().