filmov
tv
Difference between call by value call by reference in php

Показать описание
Difference between Call by value and call by reference in php.
Answer:-
Call By Value :- Passing the value directly to the function.
Call By Reference :- Passing the address of particular value to the function
Answer:-
Call By Value :- Passing the value directly to the function.
Call By Reference :- Passing the address of particular value to the function