0
How to dynamically pass array using key & value in php 7
dynamic pass array through key & value
1 Antwort
+ 3
Can you explain what is it exactly you're trying to achieve? I'm not understanding your question here.
What do you want to pass the array into? passing array as argument to a function is done similarly despite whether the array is associative or indexed.