nerdexam
Zend

200-550 · Question #174

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.

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)
  • A
    79% (30)
  • B
    3% (1)
  • C
    13% (5)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice