Open In App

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

Like Article
Like
Save
Share
Report

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


Last Updated : 20 Sep, 2021
Like Article
Save Article
Share your thoughts in the comments
Similar Reads