Which one of the following preg PHP functions is used to take a string, and put it in an array?
Which one of the following preg PHP functions is used to take a string, and put it in an array? Correct Answer preg_split()
The string is broken up into different values in the array based upon your input.