Question:Which of the following is the best way to split a string on the "-=-" pattern? 

A  

B  

C preg_split("-=-", $string); 

D explode("-=-" $string); 

E None 

+ Answer
+ Report
Total Preview: 1055

Copyright © 2024. Powered by Intellect Software Ltd