PHP provides various functions to convert a String to an Array. In this article, we will discuss 3 ways to convert string to array in PHP using 3 different methods:

  1. explode()
  2. str_split()
  3. str_word_count()

#php 

How to Convert String to an Array [explode()|str_split] in PHP
1.60 GEEK