Vidyalelo
PHP · Q3

Functions

Programming · PHP · question 3

Q3

What will happen in this function call?

A.
Call By Value
Answer
B.
Call By Reference
C.
Default Argument Value
D.
Type Hinting

Answer: Option A

Solution

Answer: Option A
Solution:
When you pass an argument in the above manner or say we pass 15 and 3 directly, it is called passing by value or call by value.