InterviewSolution
| 1. |
Can You Define An Array Argument As A Reference Type? |
|
Answer» You can define an ARRAY argument as a reference type in the function definition. This will automatically convert the calling arguments into references. Here is a PHP script on how to define an array argument as a reference type: You can define an array argument as a reference type in the function definition. This will automatically convert the calling arguments into references. Here is a PHP script on how to define an array argument as a reference type: |
|