Which one of the following preg PHP functions is used to take a string, and put it in an array?
4 views
1 Answers
Answer: Option 2
The string is broken up into different values in the array based upon your input.
4 views
Answered