PHP is telling me that split is deprecated, what's the alternative method I should use?
explode is an alternative. However, if you meant to split through a regular expression, the alternative is preg_split instead.
explode
preg_split
1.4m articles
1.4m replys
5 comments
57.0k users