You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Zend Certification Study Group
The Stream API provides all but which of the following pieces of
information using the
stream_get_meta_data function?
A. Whether there is more data to be read
B. Whether the stream has timed out or not
C. Whether the stream is blocking
D. How much data has passed through the stream
E. The component parts the stream consists of
Dan Kelly
unread,
Jul 25, 2011, 7:35:37 AM7/25/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Zend Certification Study Group
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.