![]() | stream_get_contentsDescriptionstring stream_get_contents ( resource handle [, int maxlength])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.
See also fgets(), fread(), and fpassthru(). | ![]() |