How can I convert a string to an array? For instance, I have this string:
$str = \'abcdef\';
And I want to get:
array(6) {
Use str_split http://www.php.net/manual/en/function.str-split.php
str_split