Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Zend Exam 200-710 Topic 6 Question 45 Discussion

Actual exam question for Zend's 200-710 exam
Question #: 45
Topic #: 6
[All 200-710 Questions]

Which of the following will set a 10 seconds read timeout for a stream?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Geoffrey
2 months ago
Whoa, hold up! If I can't use ini_set() to set the default socket timeout, how am I supposed to manage all my streams? This question is trickier than it seems.
upvoted 0 times
...
Lindsay
2 months ago
Personally, I'm leaning towards B. The stream_read_timeout() function seems like it would be the most direct way to set the timeout.
upvoted 0 times
Kenneth
7 days ago
Let's go with B then, it seems like the most direct way to set the timeout.
upvoted 0 times
...
Kasandra
8 days ago
I'm not sure, maybe we should double check the options.
upvoted 0 times
...
Miriam
26 days ago
I agree, stream_read_timeout() seems like the right choice.
upvoted 0 times
...
Yen
1 months ago
I think B is the correct option.
upvoted 0 times
...
...
Domitila
2 months ago
Haha, I'm going to have to rule out E. None of the above? That's a cop-out answer if I ever saw one!
upvoted 0 times
...
Maurine
2 months ago
I'm not sure about this one. I'll go with C since the fsockopen() function has a parameter for setting the timeout.
upvoted 0 times
Eleonora
29 days ago
User 3: I believe it's A) ini_set(\'default_socket_timeout\', 10)
upvoted 0 times
...
Chanel
1 months ago
User 2: I'm not sure, but I'll go with C) Specify the timeout as the 5th parameter to the fsockopen() function used to open a stream
upvoted 0 times
...
Whitley
2 months ago
User 1: I think it's D) stream_set_timeout($stream, 10)
upvoted 0 times
...
...
Maricela
3 months ago
I think D is the correct answer. The stream_set_timeout() function is specifically designed to set the read timeout for a stream.
upvoted 0 times
Britt
29 days ago
Great, thanks for confirming!
upvoted 0 times
...
Gene
1 months ago
So, the answer is D) stream_set_timeout($stream, 10).
upvoted 0 times
...
Ming
1 months ago
Yes, you are correct. stream_set_timeout() is the function to set read timeout.
upvoted 0 times
...
Martina
1 months ago
I think D is the correct answer.
upvoted 0 times
...
Man
1 months ago
Great, thanks for the clarification!
upvoted 0 times
...
Lucy
1 months ago
So, the answer is D) stream_set_timeout($stream, 10).
upvoted 0 times
...
Skye
2 months ago
Yes, you are right. stream_set_timeout() is used to set the read timeout for a stream.
upvoted 0 times
...
Susy
3 months ago
I think D is the correct answer.
upvoted 0 times
...
...
Valda
3 months ago
I'm not sure, but I think it might be A) ini_set(default_socket_timeout, 10)
upvoted 0 times
...
Buck
3 months ago
I agree with Felicidad, because stream_set_timeout() is specifically used to set a timeout for a stream
upvoted 0 times
...
Felicidad
3 months ago
I think the answer is D) stream_set_timeout($stream, 10)
upvoted 0 times
...

Save Cancel