The Stream API provides all but which of the following pieces of information using the stream_get_meta_data function?
How much data has passed through the stream
Correct:
How much data has passed through the stream
The correct answer is D. The stream_get_meta_data function does not tell you how much data has passed through the stream—it does, however, tell you how much there is left to be read.