How to get a set of variables returned by a function using an arrayWe will change a script a bit and try to pass ( as input ) a string to the function. This string we will break by using split command and create an array. This array we will return to main script for displaying. Here is the code ..
Passing an array as input to PHP functionAbove we have discussed how to return an array from a function. Now we will discuss how to input or pass an array to a function.We will break an string and create an array. This created array we will pass as input to the function. To test the array inside the function we will display it by using while each command. Here is the code.
Subscribe to our YouTube Channel here
This article is written by plus2net.com team.
https://www.plus2net.com
|