Identical 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.
Anmerkung: Diese Funktion ist binary safe.
See also fgets(), fread(), and fpassthru().
Zurück | Zum Anfang | Weiter |
stream_filter_register | Nach oben | stream_get_filters |