Question

Which function is used to decode URL encoded strings in PHP ?

A HttpUtility.UrlDecode()
B URLDecoder()
C getByte()
D rawurlencode()
Answer & Explanation
Option: [D]

The rawurldecode() function decodes URL-encoded strings in PHP