Open In App

Web technologies Questions | PHP Quiz | Set-2 | Question 15

Which of the following php functions accept any no of parameter?

(A)



func_get_argv()

(B)



get_argv()

(C)

func_get_args()

(D)

get_argc()

Answer: (C)
Explanation:

The func_get_args() function can return an array comprising a function’s argument list. It is used to parse any number of passed parameters.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :