file_get_contents
PHP -> Funkcie -> Súborové funkcie PHP -> funkcia file_get_contents
Syntax
string file_get_contents ( string nazovsuboru [, int pouzivat_cesty_include] )
Popis
Príkaz jazyka PHP
file_get_contents -- Načíta celý súbor do reťazca
Táto funkcia je identická s funkciou file; file_get_contents však vráti obsah načítaného súboru ako reťazec.
Poznámka: Táto funkcia je binárne bezpečná.
Pozri aj
fgets, file, fread, include a readfile