Zend
200-710 · Question #195
You want to parse a URL into its single parts. Which function do you choose?
The correct answer is A. parse_url(). See the full explanation below for the reasoning.
Web Features
Question
You want to parse a URL into its single parts. Which function do you choose?
Options
- Aparse_url()
- Burl_parse()
- Cget_url_parts()
- Dgeturlparts()
How the community answered
(38 responses)- A76% (29)
- B3% (1)
- C16% (6)
- D5% (2)
Topics
#parse_url#URL parsing#URL components
Community Discussion
No community discussion yet for this question.