file_get_contentsPodręcznik PHPPoprzedniNastępnyfile_get_contents (PHP 4 >= 4.3.0)file_get_contents -- Reads entire file into a stringDescriptionstring file_get_contents ( string filename [, int use_include_path])
Identical to file(), except that
file_get_contents() returns the file in a string.
Notatka: Ta funkcja jest bezpieczna dla danych
binarnych.Podpowiedź: Jeśli włączona jest funkcja "fopen
wrapper", możliwe jest podanie jako nazwy pliku adresu URL. Zobacz
fopen() by uzyskać więcej informacji.
See also: fgets(), file(),
fread(), include(),
and readfile().
PoprzedniSpis treściNastępnyfile_existsPoczątek rozdziałufile
Wyszukiwarka