Zend
200-530 · Question #99
What is the purpose of the 4th argument to the file_get_contents() function?
The correct answer is D. Identifies the starting offset. See the full explanation below for the reasoning.
Question
What is the purpose of the 4th argument to the file_get_contents() function?
Options
- AIndicate the number of bytes to read
- BSpecifies the stream context
- CIndicates whether or not include_path should be used
- DIdentifies the starting offset
- ENone of the above
How the community answered
(20 responses)- A15% (3)
- C10% (2)
- D70% (14)
- E5% (1)
Community Discussion
No community discussion yet for this question.