Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
stream_get_contents -- Reads remainder of a stream into a stringIdentical to file_get_contents(), except that stream_get_contents() operates on an already open file resource and returns the remaining contents, up to maxlength bytes, in a string.
Poznámka: Tato funkce je binárně bezpečná.
See also: fgets(), fread(), and fpassthru().
Předcházející | Domů | Další |
stream_filter_register | Nahoru | stream_get_filters |