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.
참고: 이 함수는 바이너리 호환(binary-safe)입니다.
See also: fgets(), fread(), and fpassthru().