I have code like this
$word = \'foo\'; $char_buff = str_split($word); foreach ($char_buff as $chars){ echo var_dump($chars); }
The out