You want to parse a URL into its single parts. Which function do you choose?
parse_url()
url_parse(0
get_url_parts()
geturlparts()
Which of the following are valid code snippets? (Choose three.)
function 4You(){}
function_4You(){}
function object(){}
$1 = “Helloâ€;
$_1 = â€Hello Worldâ€;
What function can reverse the order of values in an array so that keys are preserved?
array_flip()
array_reverse()
rsort()
krsort()
array_multisort()