Come posso fare per scomporre una stringa in un array?
codice:
$text = "stringa"
Come posso fare per avere un array come questo?
codice:
$string = array("S", "t", "r", "i", "n", "g", "a")